diff options
author | vanhauser-thc <vh@thc.org> | 2024-02-01 15:22:51 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2024-02-01 15:22:51 +0100 |
commit | 5ba66a8860657b21c45480f1d565634cfe38a7dc (patch) | |
tree | 8529c7b65694e38da0b9bc72e8728871d06fdf51 /docs/Changelog.md | |
parent | 06f0982f0f4506e18872efb86b97993f2518988c (diff) | |
download | afl++-5ba66a8860657b21c45480f1d565634cfe38a7dc.tar.gz |
final touches for skipdet
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 720a0689..29081549 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -9,6 +9,8 @@ explore is slightly better now. - fixed minor issues in the mutation engine, thanks to @futhewo for reporting! + - better deterministic fuzzing is now available, benchmarks have shown + to improve fuzzing. Enable with -D. Thanks to @kdsjZh for the PR! - afl-cc: - large rewrite by @SonicStark which fixes a few corner cases, thanks! - LTO mode now requires llvm 12+ |