tmikov / dis8

Tracing dis-assembler for 8-bit CPUs (8051, 6502)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dis8

A high quality tracing disassembler for 8-bit CPUs (8051, 6502)

The disassembler detects all executable code by tracing all jumps. It can further be configured with a user supplied .SDF file containing more code locations to consider and symbol names.

There is also an interactive shell for exploring parts of a binary.

About

Tracing dis-assembler for 8-bit CPUs (8051, 6502)

License:GNU General Public License v2.0


Languages

Language:C++ 83.3%Language:C 16.2%Language:Python 0.5%