Source: scanmem
Section: utils
Priority: extra
Maintainer: WANG Lu <coolwanglu@gmail.com>
Uploaders: Kartik Mistry <kartik@debian.org>
Build-Depends: debhelper (>= 9),
               autotools-dev,
               libreadline-dev,
               python (>= 2.6.6-3~)
Standards-Version: 3.9.3
Homepage: http://code.google.com/p/scanmem/

Package: scanmem
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: gameconqueror (>= 0.12)
Description: Program to locate and modify a variable in a running process
 Scanmem is a simple interactive debugging utility for Linux, used to locate
 the address of a variable in a running process. This can be used for the
 analysis or modification of a hostile process on a compromised machine, for
 reverse engineering, or as a "pokefinder" to cheat at video games.

Package: gameconqueror
Architecture: all
Depends: ${misc:Depends},
         gksu,
         python (>= 2.6.6-3~),
         python-gtk2,
         scanmem (>= 0.12)
Description: GUI for scanmem, a game hacking tool
 Scanmem is a simple interactive debugging utility for Linux, used to locate
 the address of a variable in a running process. This can be used for the
 analysis or modification of a hostile process on a compromised machine, for
 reverse engineering, or as a "pokefinder" to cheat at video games.
 .
 GameConqueror is a GUI for scanmem, aims to provide more features than
 scanmem, and CheatEngline-alike user-friendly interface.
