/ded

DOS Executable disassembler

Primary LanguageCGNU General Public License v2.0GPL-2.0

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)
    -s    specifies an entry point
    -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.

Requires: Capstone Engine >= 3.0