1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
.TH DISSY 1 "October 20, 2006"
.SH NAME
dissy - graphical frontend for objdump
.SH DESCRIPTION
.PP
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.
.PP
.SH Features
.PP
* Dissy shows jumps with red links to the destination address
.PP
* A label is used to show call destinations
.PP
* Clicking (or pressing enter) on calls or jumps will take you to
the destination function / address
.PP
* Dissy supports interactive searching for labels and addresses
both for functions and instructions
.PP
* The lookup (use Ctrl-l to access) feature allows for looking up
pasted addresses or labels. The lookup is intelligent in that it tries
to convert common patterns into numbers before reverting to label
lookup.
.SH HOMEPAGE
http://rtlab.tekproj.bth.se/wiki/index.php/Dissy
.SH AUTHOR
This manual page was written by Varun Hiremath <varunhiremath@gmail.com>,
for the Debian project (but may be used by others).
|