diff options
author | van Hauser <vh@thc.org> | 2024-06-13 09:20:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-13 09:20:42 +0200 |
commit | 36db3428ab16156dd72196213d2a02a5eadaed11 (patch) | |
tree | 619b14542f1f9495360b024492898d6f6b819f92 /docs/Changelog.md | |
parent | 9f6b012fbfc8b79dda83e73a208e429aaf25e7ee (diff) | |
parent | e7da8b9d6bf20b1cac960b1eccf3beac3fbf7901 (diff) | |
download | afl++-36db3428ab16156dd72196213d2a02a5eadaed11.tar.gz |
Merge pull request #2123 from AFLplusplus/dev
push to stable
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 50494acc..1590b2df 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -3,6 +3,14 @@ This is the list of all noteworthy changes made in every public release of the tool. See README.md for the general instruction manual. +### Version ++4.22a (dev) + - frida_mode: + - AFL_FRIDA_PERSISTENT_ADDR can now be be any reachable address not just + a function entry + - AFL_DEBUG is now the same as AFL_FRIDA_VERBOSE + - AFL_FRIDA_DEBUG_MAPS now works as expected + + ### Version ++4.21c (release) * afl-fuzz - fixed a regression in afl-fuzz that resulted in a 5-10% performace loss @@ -42,7 +50,6 @@ * Fixed a shmem mmap bug (that rarely came up on MacOS) * libtokencap: script generate_libtoken_dict.sh added by @a-shvedov - ### Version ++4.20c (release) ! A new forkserver communication model is now introduced. afl-fuzz is backward compatible to old compiled targets if they are not built |