Skip to content

Commit

Permalink
little fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vanhauser-thc committed Aug 1, 2019
1 parent 7a608d1 commit 8485573
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions afl-showmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
4 changes: 2 additions & 2 deletions docs/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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? :)
Expand Down

0 comments on commit 8485573

Please sign in to comment.