summaryrefslogtreecommitdiffstats
path: root/system/scanmem/README
blob: 3a5f2cfafd252013fde47c4a8b14b681dab0d182 (plain)
1
2
3
4
5
6
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.