diff options
author | van Hauser <vh@thc.org> | 2024-07-24 14:50:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-24 14:50:57 +0200 |
commit | db23931e7c1727ddac8691a6241c97b2203ec6fc (patch) | |
tree | 7b3c3bcb8db3aa3e42835edf27be5baea1097c42 /docs | |
parent | 19ca7b3761f5abff8b72770d6bbfbde80ef5b985 (diff) | |
parent | 6e37f9b237ed12193688c86b6a527f32793f157e (diff) | |
download | afl++-db23931e7c1727ddac8691a6241c97b2203ec6fc.tar.gz |
Merge pull request #2172 from AFLplusplus/dev
push to stable
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Changelog.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index d33d3121..3f9f0161 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -13,6 +13,8 @@ - improved seed selection algorithm - added `AFL_CUSTOM_MUTATOR_LATE_SEND=1` to call the custom send() function after the target has been restarted. + - because of bad math and undefined behaviour fixes we have to change + the CMPLOG map. **YOU NEED TO RECOMPILE CMPLOG TARGETS** - frida_mode: - AFL_FRIDA_PERSISTENT_ADDR can now be be any reachable address not just a function entry |