A visual, tree-based, DWARF explorer. It uses pyelftools.
If you have a recent compiler, it might user DWARF 4. At least, this is the case with gcc 4.8.2-10ubuntu2. pyelftools doesn't seem to support it yet, so make sure to compile with DWARF 3.
gcc -gdwarf-3 test.c
Then, open dwarftree.
python3 dwarftree.py
Finally, you can use the superior input device (AKA the mouse ;) to open up a.out.
- Python 3
- pyelftools
sudo pip3 install pyelftools
- PyGObject / PyGI
- Debian/Ubuntu:
python3-gipackage - Fedora:
pygobject3package
- Debian/Ubuntu:
