slackbuilds/system/scanmem
Matteo Bernardini cc5a686e93
system/scanmem: Updated for version 0.17, use python3.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-04-16 12:12:36 +07:00
..
README system/scanmem: Wrap README at 72 columns. 2022-03-17 12:38:12 -04:00
doinst.sh
scanmem.SlackBuild system/scanmem: Updated for version 0.17, use python3. 2022-04-16 12:12:36 +07:00
scanmem.info system/scanmem: Updated for version 0.17, use python3. 2022-04-16 12:12:36 +07:00
slack-desc

README

scanmem is a debugging utility designed to isolate the address of an
arbitrary variable in an executing process. scanmem simply needs to be
told the pid of the process, and the value of the variable at several
different times.

After several scans of the process, scanmem isolates the position of the
variable and allows you to modify its value.