SkillAgentSearch skills...

Ded

DOS Executable disassembler

Install / Use

/learn @Nico01/Ded
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

View on GitHub
GitHub Stars39
CategoryDevelopment
Updated8mo ago
Forks3

Languages

C++

Security Score

87/100

Audited on Aug 3, 2025

No findings