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 33 34 35 36 37 38 39 40 41 42 43
|
Source: scanmem
Section: utils
Priority: optional
Maintainer: Sebastian Parschauer <s.parschauer@gmx.de>
Uploaders: Kartik Mistry <kartik@debian.org>
Build-Depends: debhelper (>= 12),
dh-python,
intltool,
libreadline-dev,
libtool,
python3 (>= 3.0)
Standards-Version: 4.4.1
Homepage: https://github.com/scanmem/scanmem
Vcs-Git: https://salsa.debian.org/debian/scanmem.git
Vcs-Browser: https://salsa.debian.org/debian/scanmem
Package: scanmem
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Suggests: gameconqueror (= ${source:Version})
Description: 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: gir1.2-gtk-3.0,
policykit-1,
python3-gi,
scanmem (<< ${source:Upstream-Version}.0~),
scanmem (>= ${source:Version}),
${misc:Depends},
${python3:Depends}
Description: locate and modify a variable in a running process (GUI)
GameConqueror is a GUI based on Python and GTK+ using scanmem 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 provides a CheatEngine-alike user-friendly interface with more
features than scanmem.
|