diff options
Diffstat (limited to 'system/scanmem/README')
-rw-r--r-- | system/scanmem/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/system/scanmem/README b/system/scanmem/README new file mode 100644 index 0000000000..41a2a48b6c --- /dev/null +++ b/system/scanmem/README @@ -0,0 +1,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.
\ No newline at end of file |