1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: dissy
Section: utils
Priority: optional
Maintainer: Varun Hiremath <varun@debian.org>
Uploaders: Torsten Werner <twerner@debian.org>
XS-Python-Version: >= 2.4
Build-Depends: debhelper (>= 6), cdbs (>= 0.4.43), python-all-dev (>= 2.3.5-11),
python-central (>= 0.6.0), quilt
Standards-Version: 3.7.3
Homepage: http://rtlab.tekproj.bth.se/wiki/index.php/Dissy
Vcs-Svn: https://bollin.googlecode.com/svn/dissy/
Vcs-Browser: http://bollin.googlecode.com/svn/dissy/
Package: dissy
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, binutils, python-gtk2
XB-Python-Version: ${python:Versions}
Description: 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.
|