about summary refs log tree commit diff
path: root/docs/Changelog.md
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-08-21 16:38:48 +0200
committervanhauser-thc <vh@thc.org>2023-08-21 16:38:48 +0200
commit213298fe5939df730d2341e2d2f75cd6daf77df7 (patch)
tree76ee5a487d4804a21f3c262f7841e7e467dd5b45 /docs/Changelog.md
parent8cf6a13eb7f0d56495baf92745fae3084dc2fb67 (diff)
downloadafl++-213298fe5939df730d2341e2d2f75cd6daf77df7.tar.gz
afl-whatsup add coverage output
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r--docs/Changelog.md1
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.