diff options
author | vanhauser-thc <vh@thc.org> | 2023-08-22 10:03:03 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-08-22 10:03:03 +0200 |
commit | f41d121f0767d929e34bbac7cb8d09ba4731730c (patch) | |
tree | 83835ce3b8e71ea8fe301e14c1fd71813a17c016 /docs/Changelog.md | |
parent | 213298fe5939df730d2341e2d2f75cd6daf77df7 (diff) | |
download | afl++-f41d121f0767d929e34bbac7cb8d09ba4731730c.tar.gz |
afl-whatsup -m -n
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index dfb5afa1..fa9099c0 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -7,7 +7,10 @@ - afl-fuzz: - added `AFL_FINAL_SYNC` which forces a final fuzzer sync (also for `-F`) before terminating. - - afl-whatsup: now also shows coverage reached + - afl-whatsup: + - now also shows coverage reached + - option -m shows only very relevant stats + - option -n will not use color in the output - added benchmark/benchmark.sh if you want to see how good your fuzzing speed is in comparison to other setups. |