All Projects → Nico01 → ded

Nico01 / ded

Licence: GPL-2.0 license
DOS Executable disassembler

Programming Languages

C++
36643 projects - #6 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to ded

MBBSDASM
MBBSDASM is an x86 Disassembler for 16-bit DOS / Windows 3.0 Segmented Executable (NE) EXE/DLL File Format with special features related to The MajorBBS & Worldgroup Modules
Stars: ✭ 34 (+25.93%)
Mutual labels:  disassembler, dos-exe
gas
A tool that transforms functions from object files into Go assembly. This repository has migrated to https://gitlab.com/opennota/gas
Stars: ✭ 18 (-33.33%)
Mutual labels:  disassembler
windfish
A tracing disassembler & UI for Gameboy ROMs — integrated with Sameboy for emulation & debugging.
Stars: ✭ 68 (+151.85%)
Mutual labels:  disassembler
gdt helper
Ghidra Data Type (GDT) Helper
Stars: ✭ 24 (-11.11%)
Mutual labels:  disassembler
libmem
Advanced Game Hacking Library for C/C++, Rust and Python (Windows/Linux/FreeBSD) (Process/Memory Hacking) (Hooking/Detouring) (Cross Platform) (x86/x64/ARM/ARM64) (DLL/SO Injection) (Internal/External)
Stars: ✭ 336 (+1144.44%)
Mutual labels:  disassembler
juniEmu
Emulator interface for ARM 32-bit
Stars: ✭ 32 (+18.52%)
Mutual labels:  disassembler
Android Disassembler
Disassemble ANY files including .so (NDK, JNI), Windows PE(EXE, DLL, SYS, etc), linux binaries, libraries, and any other files such as pictures, audios, etc(for fun)files on Android. Capstone-based disassembler application on android. 안드로이드 NDK 공유 라이브러리, Windows 바이너리, etc,... 리버싱 앱
Stars: ✭ 250 (+825.93%)
Mutual labels:  disassembler
semblance
Disassembler for Windows executables. Supports 16-bit NE (New Executable), MZ (DOS), and PE (Portable Executable, i.e. Win32) files.
Stars: ✭ 110 (+307.41%)
Mutual labels:  disassembler
ida-bpf-processor
BPF Processor for IDA Python
Stars: ✭ 41 (+51.85%)
Mutual labels:  disassembler
Capstone.NET
.NET Core and .NET Framework binding for the Capstone Disassembly Framework
Stars: ✭ 108 (+300%)
Mutual labels:  disassembler
Azote
Fast and lightweight AArch64 disassembler.
Stars: ✭ 24 (-11.11%)
Mutual labels:  disassembler
bmod
bmod parses binaries for modification/patching and disassembles machine code sections.
Stars: ✭ 12 (-55.56%)
Mutual labels:  disassembler
java-class-tools
Read and write java class files in Node.js or in the browser.
Stars: ✭ 27 (+0%)
Mutual labels:  disassembler
asm2cfg
Python command-line tool and GDB extension to view and save x86, ARM and objdump assembly files as control-flow graph (CFG) pdf files
Stars: ✭ 42 (+55.56%)
Mutual labels:  disassembler
ethdasm
Tool for auditing Ethereum contracts
Stars: ✭ 52 (+92.59%)
Mutual labels:  disassembler
luvdis
Pure-Python Game Boy Advance Disassembler
Stars: ✭ 27 (+0%)
Mutual labels:  disassembler
JGeckoU
Wii U RAM TCP Debugger Client/Cheat Code Manager
Stars: ✭ 54 (+100%)
Mutual labels:  disassembler
sleigh
Unofficial CMake build for Ghidra SLEIGH
Stars: ✭ 54 (+100%)
Mutual labels:  disassembler
fasmi
F# -> ASM disassembler
Stars: ✭ 168 (+522.22%)
Mutual labels:  disassembler
faucon
NVIDIA Falcon Microprocessor Suite
Stars: ✭ 28 (+3.7%)
Mutual labels:  disassembler

ded

DOS Executable disassembler

Usage: ded <option> -f <file>
Options:
    -H    display this information
    -m    disassemble DOS MZ 16 bits executable
    -h    if -e display the DOS MZ header
    -r    disassemble file using recursive traversal algorithm (experimental)
    -v    verbose mode: if -r display the list of addresses found
    -e    specifies an entry point
    -s    specifies instructions syntax (att, intel, masm) - default is 'intel'
    -f    input file

Note:
    if no flags are given the input file is treated as a headerless 16 bits
    executable (.COM) and the linear sweep algorithm is used.

Dependencies

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].