slackbuilds_ponce/system/scanmem
Erik Hanson 4248415dde Add REQUIRED field to .info files.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
2012-08-19 21:57:51 -05:00
..
README system/scanmem: Added (simple interactive debugging utility) 2012-06-25 22:22:31 -04:00
scanmem.info Add REQUIRED field to .info files. 2012-08-19 21:57:51 -05:00
scanmem.SlackBuild system/scanmem: Added (simple interactive debugging utility) 2012-06-25 22:22:31 -04:00
slack-desc system/scanmem: Added (simple interactive debugging utility) 2012-06-25 22:22:31 -04:00

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 it's value.