about summary refs log tree commit diff
path: root/docs/Changelog.md
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-06-22 22:05:28 +0200
committervanhauser-thc <vh@thc.org>2021-06-22 22:05:28 +0200
commitff4d45eed25d9ab80441f813916034bb38cff01e (patch)
tree681c6522b936f45c327202140e07458153175ec2 /docs/Changelog.md
parent56851fa4999a27e91736d11319757c3dcc83112a (diff)
downloadafl++-ff4d45eed25d9ab80441f813916034bb38cff01e.tar.gz
cmplog fix for qemu and frida
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r--docs/Changelog.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index afa5491b..4dd68cd2 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -25,10 +25,12 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
     - support partial linking
     - We do support llvm versions from 3.8 to 5.0 again
   - frida_mode:
-    - fix for cmplog
+    - several fixes for cmplog
     - remove need for AFL_FRIDA_PERSISTENT_RETADDR_OFFSET
     - feature parity of aarch64 with intel now (persistent, cmplog,
       in-memory testcases, asan)
+  - qemu_mode:
+    - performance fix when cmplog was used
   - afl_analyze:
     - fix timeout handling
     - add forkserver support for better performance