slackbuilds_ponce/system/scanmem
dsomero 4704a98d15 system/scanmem: Fixed file ending with no newline.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2013-11-30 00:13:43 -06:00
..
README system/scanmem: Fixed file ending with no newline. 2013-11-30 00:13:43 -06:00
scanmem.info
scanmem.SlackBuild various: Replace chmod command with find command from template. 2013-11-25 13:11:59 +01:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05: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.