diff options
| author | van Hauser <vh@thc.org> | 2024-10-07 10:12:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-07 10:12:51 +0200 |
| commit | c1e40c5fb7de40dc5f598c609c907ea21e5a078a (patch) | |
| tree | 1e9da5807fa20692820bf9792b4a42f9731aeeff /docs | |
| parent | d21fb1a558b25c4f46692fa999c0028dfe0eecc0 (diff) | |
| parent | d6a2edb42a680b999256d5b78082975713973db7 (diff) | |
| download | afl++-c1e40c5fb7de40dc5f598c609c907ea21e5a078a.tar.gz | |
Merge pull request #2220 from AFLplusplus/dev
push to stable
Diffstat (limited to 'docs')
| -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 7043202f..5b809d61 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -15,6 +15,7 @@ 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** + - fixed custom_post_process for calibration - frida_mode: - AFL_FRIDA_PERSISTENT_ADDR can now be be any reachable address not just a function entry @@ -25,9 +26,12 @@ @CowBoy4mH3LL - unicorn_mode: - fix install and forkserver (thanks aarnav!) + - nyx_mode: + - bugfixes - custom mutators: - custom_send_tcp custom mutator added, thanks to @dergoegge - afl-cc + - fix to support pointless changes in LLVM 20 - 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 |
