aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-03-04 14:04:40 +0100
committervanhauser-thc <vh@thc.org>2021-03-04 14:04:40 +0100
commit96c526cb78512737a980726dd32c95593edb8cd1 (patch)
tree642be8597083e823c816211ade524f207ff3f8eb /docs
parent02f33192560a972f02fad72e051b9f884635d7ff (diff)
downloadafl++-96c526cb78512737a980726dd32c95593edb8cd1.tar.gz
fix caller/ctx change, support dlopen in afl-compiler-rt
Diffstat (limited to 'docs')
-rw-r--r--docs/Changelog.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 1be41267..6fe3517a 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -14,6 +14,16 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
- afl-cc
- fixed a crash that can occur with ASAN + CMPLOG together plus
better support for unicode (thanks to @stbergmann for reporting!)
+ - handle erroneous setups in which multiple afl-compiler-rt are
+ compiled into the target. This now also supports dlopen instrumented
+ libs loaded before the forkserver.
+ - Renamed CTX to CALLER, added correct/real CTX implemenation to CLASSIC
+ - qemu_mode
+ - added AFL_QEMU_EXCLUDE_RANGES env by @realmadsci, thanks!
+ - if no new/updated checkout is wanted, build with:
+ NO_CHECKOUT=1 ./build_qemu_support.sh
+ - we no longer perform a "git drop"
+
### Version ++3.10c (release)
- Mac OS ARM64 support