summaryrefslogtreecommitdiff
path: root/system/scanmem/README
diff options
context:
space:
mode:
authorchinarulezzz <s.alex08@mail.ru>2012-06-25 22:22:31 -0400
committerdsomero <xgizzmo@slackbuilds.org>2012-06-25 22:22:31 -0400
commitd085a14879b0b272a2fffa28856e52f1e1ed7043 (patch)
treee9bd9d83ea8ee1c8d9ea995809af7c4ed4980ed3 /system/scanmem/README
parentc009cbedc10aff9b73b2e1a1099ef5e78bb4c8c6 (diff)
downloadslackbuilds-d085a14879b0b272a2fffa28856e52f1e1ed7043.tar.gz
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/README6
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