diff options
author | van Hauser <vh@thc.org> | 2022-02-10 12:12:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-10 12:12:02 +0100 |
commit | 1d4f1e48797c064ee71441ba555b29fc3f467983 (patch) | |
tree | 66124b018da5451bd5eb578c460bd27e0614e52e /docs/Changelog.md | |
parent | 2d9325aed9bde0630162a5efaac33a2a8f5bb252 (diff) | |
parent | de7058b75b629011246be12b4ae7df1e504925b1 (diff) | |
download | afl++-1d4f1e48797c064ee71441ba555b29fc3f467983.tar.gz |
Merge pull request #1326 from AFLplusplus/dev
push to stable
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index a420dcc2..f4ae0e43 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -11,7 +11,17 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. ### Version ++4.01a (dev) - fix */build_...sh scripts to work outside of git - new custom_mutator: libafl with token fuzzing :) - (still needs README) + - afl-fuzz: + - new commandline options -g/G to set min/max length of generated + fuzz inputs + - 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) + - add AFL_EARY_FORKSERVER to install the forkserver as earliest as + possible in the target (for afl-gcc-fast/afl-clang-fast/ + afl-clang-lto) + - frida_mode: + - update to new frida release, handles now c++ throw/catch ### Version ++4.00c (release) @@ -59,7 +69,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - fix bug where targets are not killed on timeouts - moved hidden afl-showmap -A option to -H to be used for coresight_mode - - Prevent accidentaly killing non-afl/fuzz services when aborting + - Prevent accidentally killing non-afl/fuzz services when aborting afl-showmap and other tools. - afl-cc: - detect overflow reads on initial input buffer for asan |