diff options
Diffstat (limited to 'system/scanmem/README')
-rw-r--r-- | system/scanmem/README | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/system/scanmem/README b/system/scanmem/README index 3a5f2cfafd..70be1b4f47 100644 --- a/system/scanmem/README +++ b/system/scanmem/README @@ -1,6 +1,7 @@ -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. +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. +variable and allows you to modify its value. |