diff options
author | vanhauser-thc <vh@thc.org> | 2024-02-20 15:46:51 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2024-02-20 15:48:48 +0100 |
commit | 5ae4a7ae023e7acdefc95cc9ec899763e6e4f69f (patch) | |
tree | 41c03a9c56614c11fe312b16588db8f3b4f046d1 /docs/Changelog.md | |
parent | 80158de3e801fa7dc1d4e36ec88cb767997f478e (diff) | |
download | afl++-5ae4a7ae023e7acdefc95cc9ec899763e6e4f69f.tar.gz |
afl-whatsup current speed
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 3415150a..6408785a 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -26,6 +26,9 @@ - added collision free caller instrumentation to LTO mode. activate with `AFL_LLVM_LTO_CALLER=1`. You can set a max depth to go through single block functions with `AFL_LLVM_LTO_CALLER_DEPTH` (default 0) + - afl-whatsup: + - Now also displays current average speed + - small bugfixes - Minor edits to afl-persistent-config - Prevent temporary files being left behind on aborted afl-whatsup - More CPU benchmarks added to benchmark/ |