Dissy is a disassembler for multiple architectures. Dissy is implemented as a graphical frontend to objdump.
It allows fast navigation through the disassembled code and easy searching for addresses and symbols.
Running without installing:
run
$ scripts/dissy
Installing:
run
$ sudo python setup.py install
Product's homepage
Requirements:
· Python
What's New in This Release: [ read full changelog ]
· An instruction information box has been added.
· This release will display instructions affecting condition flags at conditional branches.
· An icon has been added.
· Various bugs have been fixed.