dissy
graphical frontend for objdump
Install
- All systems
-
curl cmd.cat/dissy.sh
- Debian
-
apt-get install dissy
- Ubuntu
-
apt-get install dissy
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install dissy
- Raspbian
-
apt-get install dissy
- Dockerfile
- dockerfile.run/dissy
dissy
graphical frontend for objdump
Dissy is a disassembler for Linux and UNIX which supports multiple architectures and allows easy navigation through the code. Dissy is implemented in Python and uses objdump for disassembling files. Dissy can be used for debugging, reverse engineering and checking compiler-generated code.