diff options
author | vanhauser-thc <vh@thc.org> | 2024-06-29 16:31:08 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2024-06-29 16:31:08 +0200 |
commit | 50ae95cee44a8df1629ee360de5d2582ff7d177e (patch) | |
tree | 9ae610d166b744c1973cd36c18bc48a6c475fcf2 /docs/Changelog.md | |
parent | f6bfa96a9662665559d681b9242c16466d630b3a (diff) | |
download | afl++-50ae95cee44a8df1629ee360de5d2582ff7d177e.tar.gz |
add AFL_OLD_FORKSERVER feature
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 0212fd61..487c5688 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -20,6 +20,10 @@ - AFL_FRIDA_DEBUG_MAPS now works as expected - custom mutators: - custom_send_tcp custom mutator added, thanks to @dergoegge + - afl-cc + - new runtime (!) variable: `AFL_OLD_FORKSERVER` to use the old vanilla + AFL type forkserver. Useful for symcc/symqemu/nautilus/etc. with + AFL_LLVM_INSTRUMENT=CLASSIC ### Version ++4.21c (release) |