diff options
author | vanhauser-thc <vh@thc.org> | 2022-06-27 08:44:35 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2022-06-27 08:44:35 +0200 |
commit | 88077d4136fe36942d28ba956aa8536feb717638 (patch) | |
tree | c1763d315a00af49d82aa53953630e57565bb0b4 /docs/Changelog.md | |
parent | cfb0257c99fa8c9ec4a4a33980092d1afd580638 (diff) | |
download | afl++-88077d4136fe36942d28ba956aa8536feb717638.tar.gz |
prepare release
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 44939b16..737df7fa 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -8,8 +8,8 @@ Want to stay in the loop on major new features? Join our mailing list by sending a mail to <afl-users+subscribe@googlegroups.com>. -### Version ++4.01a (dev) - - fix */build_...sh scripts to work outside of git +### Version ++4.01c (release) + - fixed */build_...sh scripts to work outside of git - new custom_mutator: libafl with token fuzzing :) - afl-fuzz: - when you just want to compile once and set CMPLOG, then just @@ -17,6 +17,8 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. CMPLOG. - new commandline options -g/G to set min/max length of generated fuzz inputs + - you can set the time for syncing to other fuzzer now with + AFL_SYNC_TIME - reintroduced AFL_PERSISTENT and AFL_DEFER_FORKSRV to allow persistent mode and manual forkserver support if these are not in the target binary (e.g. are in a shared library) |