diff options
author | vanhauser-thc <vh@thc.org> | 2023-08-21 16:38:48 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-08-21 16:38:48 +0200 |
commit | 213298fe5939df730d2341e2d2f75cd6daf77df7 (patch) | |
tree | 76ee5a487d4804a21f3c262f7841e7e467dd5b45 /docs/Changelog.md | |
parent | 8cf6a13eb7f0d56495baf92745fae3084dc2fb67 (diff) | |
download | afl++-213298fe5939df730d2341e2d2f75cd6daf77df7.tar.gz |
afl-whatsup add coverage output
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index b809559e..dfb5afa1 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -7,6 +7,7 @@ - afl-fuzz: - added `AFL_FINAL_SYNC` which forces a final fuzzer sync (also for `-F`) before terminating. + - afl-whatsup: now also shows coverage reached - added benchmark/benchmark.sh if you want to see how good your fuzzing speed is in comparison to other setups. |