diff options
-rw-r--r-- | afl-showmap.c | 3 | ||||
-rw-r--r-- | docs/ChangeLog | 4 |
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? :) |