about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-03-10 06:47:11 +0100
committervan Hauser <vh@thc.org>2020-03-10 06:47:11 +0100
commit1467776a3f5a0ade06341fa91151de83e8cd7f4f (patch)
tree4737273af7e211fc0db9abf14f0e8791194da09f /docs
parentf6787312346b66f52148f5daa8c5ffb08d92407f (diff)
downloadafl++-1467776a3f5a0ade06341fa91151de83e8cd7f4f.tar.gz
imported InsTrim algo fix
Diffstat (limited to 'docs')
-rw-r--r--docs/Changelog.md12
1 files changed, 9 insertions, 3 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 3ccaf2ee..2a5e36d8 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -22,13 +22,19 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
     - AFL_AUTORESUME will resume execution without the need to specify `-i -`
   - LTO collision free instrumented added in llvm_mode with afl-clang-lto -
     note that this mode is amazing, but quite some targets won't compile
-  - qemu_mode now uses solely the internal capstone version to fix builds
-    on modern Linux distributions
+  - llvm_mode InsTrim mode:
+    - removed workaround for bug where paths were not instrumented and 
+      imported fix by author
+    - made skipping 1 block functions an option and is disable by default
+-> TODO: document this!
+  - qemu_mode:
+    - qemu_mode now uses solely the internal capstone version to fix builds
+      on modern Linux distributions
+    - QEMU now logs routines arguments for CmpLog when the target is x86
   - afl-tmin:
     - now supports hang mode `-H` to minimize hangs
     - fixed potential afl-tmin missbehavior for targets with multiple hangs
   - Pressing Control-c in afl-cmin did not terminate it for some OS
-  - QEMU now logs routines arguments for CmpLog when the target is x86
 
 
 ### Version ++2.62c (release):