diff options
author | vanhauser-thc <vh@thc.org> | 2024-07-24 14:48:23 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2024-07-24 14:48:23 +0200 |
commit | 6e37f9b237ed12193688c86b6a527f32793f157e (patch) | |
tree | 7b3c3bcb8db3aa3e42835edf27be5baea1097c42 /docs/Changelog.md | |
parent | 2f2ddbbd796a552ae19440075244176bb98bfb01 (diff) | |
download | afl++-6e37f9b237ed12193688c86b6a527f32793f157e.tar.gz |
new cmplog map
Diffstat (limited to 'docs/Changelog.md')
-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 |