diff options
author | chinarulezzz <s.alex08@mail.ru> | 2012-06-25 22:22:31 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-06-25 22:22:31 -0400 |
commit | d085a14879b0b272a2fffa28856e52f1e1ed7043 (patch) | |
tree | e9bd9d83ea8ee1c8d9ea995809af7c4ed4980ed3 /system/scanmem/README | |
parent | c009cbedc10aff9b73b2e1a1099ef5e78bb4c8c6 (diff) |
system/scanmem: Added (simple interactive debugging utility)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
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 000000000000..41a2a48b6c68 --- /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 |