mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
4704a98d15
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
6 lines
347 B
Text
6 lines
347 B
Text
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.
|