about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-03-04 14:19:00 +0100
committervanhauser-thc <vh@thc.org>2021-03-04 14:19:00 +0100
commit79d75d8e42e5adf64e149ab6e1fe197cb1d4f303 (patch)
tree17afad2a32319bed6ca2cc1c80179bf589d665f1 /docs
parent96c526cb78512737a980726dd32c95593edb8cd1 (diff)
downloadafl++-79d75d8e42e5adf64e149ab6e1fe197cb1d4f303.tar.gz
even support dlopen instrumented libs after the forkserver
Diffstat (limited to 'docs')
-rw-r--r--docs/Changelog.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 6fe3517a..b1c991ff 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -15,8 +15,9 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
     - 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.
+      compiled into the target. This now also supports dlopen
+      instrumented libs loaded before the forkserver and even after the
+      forkserver is started (then with collisions though)
     - Renamed CTX to CALLER, added correct/real CTX implemenation to CLASSIC
   - qemu_mode
     - added AFL_QEMU_EXCLUDE_RANGES env by @realmadsci, thanks!