about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-08-01 13:38:49 +0200
committervan Hauser <vh@thc.org>2019-08-01 13:38:49 +0200
commit84855737b332a461f3da61f226142fcb4d2bef0a (patch)
treeb093381fbc77597597bc0b3873ae05d5ed9c13e1
parent7a608d1346f5e4c18f37ba3d6e2a3ff6d691c551 (diff)
downloadafl++-84855737b332a461f3da61f226142fcb4d2bef0a.tar.gz
little fix
-rw-r--r--afl-showmap.c3
-rw-r--r--docs/ChangeLog4
2 files changed, 3 insertions, 4 deletions
diff --git a/afl-showmap.c b/afl-showmap.c
index 5a4923b4..bce7cb4e 100644
--- a/afl-showmap.c
+++ b/afl-showmap.c
@@ -418,11 +418,10 @@ static void usage(u8* argv0) {
 
        "  -q            - sink program's output and don't show messages\n"
        "  -e            - show edge coverage only, ignore hit counts\n"
-       "  -r            - show raw coverage without AFL filters\n"
+       "  -r            - show real tuple values instead of AFL filter values\n"
        "  -c            - allow core dumps\n\n"
 
        "This tool displays raw tuple data captured by AFL instrumentation.\n"
-       "(Note that *real* tuple data is shown, not interpreted data as in stock afl)\n"
        "For additional help, consult %s/README.\n\n" cRST,
 
        argv0, MEM_LIMIT, doc_path);
diff --git a/docs/ChangeLog b/docs/ChangeLog
index 5e00af7c..8b1d832d 100644
--- a/docs/ChangeLog
+++ b/docs/ChangeLog
@@ -17,8 +17,8 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
 Version ++2.53d (dev):
 ----------------------
 
-  - afl-showmap -o output now shows the real values in the buckets (stock afl
-    never did), plus shows tuple content summary information now
+  - afl-showmap: new option -r now shows the real values in the buckets (stock
+    afl never did), plus shows tuple content summary information now
   - fix building on *BSD (thanks to tobias.kortkamp for the patch)
   - small docu updates
   - ... your patch? :)