diff options
author | vanhauser-thc <vh@thc.org> | 2022-02-08 20:15:48 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2022-02-08 20:15:48 +0100 |
commit | cf853fb2494912a1c4b531ffcf302843266639b7 (patch) | |
tree | 136fb71b40254cf04f8605ee4bf4638de6974fbe /docs/Changelog.md | |
parent | fa628865c1d3b8d0cc4bc04efc516fc7b48b6a69 (diff) | |
download | afl++-cf853fb2494912a1c4b531ffcf302843266639b7.tar.gz |
reintroduce AFL_PERSISTENT and AFL_DEFER_FORKSRV
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 bdb2dda3..142b85b3 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -14,6 +14,9 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - 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) - frida_mode: - update to new frida release, handles now c++ throw/catch |