about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2020-01-30 23:11:03 +0100
committerAndrea Fioraldi <andreafioraldi@gmail.com>2020-01-30 23:11:03 +0100
commite5f081586d64a1ee4734a9d95dd2ab86d9e486c4 (patch)
tree68063659dfeec5a39779c28b749374eb1ff5060b
parent0498d6fa89ef22233704eb2c5c71e6e3b5543833 (diff)
downloadafl++-e5f081586d64a1ee4734a9d95dd2ab86d9e486c4.tar.gz
changelog
-rw-r--r--docs/ChangeLog3
-rw-r--r--llvm_mode/README.md2
2 files changed, 4 insertions, 1 deletions
diff --git a/docs/ChangeLog b/docs/ChangeLog
index 5017a803..61db98c1 100644
--- a/docs/ChangeLog
+++ b/docs/ChangeLog
@@ -22,11 +22,14 @@ Version ++2.60d (develop):
      - now prints the real python version support compiled in
      - set stronger performance compile options and little tweaks
      - Android: prefer bigcores when selecting a CPU
+     - CmpLog forkserver
+     - Redqueen input-2-state mutator (cmp instructions only ATM)
   - afl-clang-fast:
      - show in the help output for which llvm version it was compiled for
      - now does not need to be recompiled between trace-pc and pass
        instrumentation. compile normally and set AFL_LLVM_USE_TRACE_PC :)
      - llvm 11 is supported
+     - CmpLog mode (see llvm_mode/README.cmplog)
   - afl-cmin is now a sh script (invoking awk) instead of bash for portability
     the original script is still present as afl-cmin.bash
   - added blacklist and whitelisting function check in all modules of llvm_mode
diff --git a/llvm_mode/README.md b/llvm_mode/README.md
index e947a844..8af763c5 100644
--- a/llvm_mode/README.md
+++ b/llvm_mode/README.md
@@ -1,6 +1,6 @@
 # Fast LLVM-based instrumentation for afl-fuzz
 
-  (See [../docs/README](../docs/README.md) for the general instruction manual.)
+  (See [../README](../README.md) for the general instruction manual.)
 
   (See [../gcc_plugin/README.gcc](../gcc_plugin/README.gcc.md) for the GCC-based instrumentation.)