about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-02-03 15:39:25 +0100
committervan Hauser <vh@thc.org>2020-02-03 15:39:25 +0100
commit1d8e772f6c3bd542a2fc68835befde246b0bbef6 (patch)
tree84b4af1faea76ce91e703b1e494222f512d82e2e
parent0339e737f00b5e7790efbed4dfda884d291b9f9a (diff)
downloadafl++-1d8e772f6c3bd542a2fc68835befde246b0bbef6.tar.gz
afl-showmap -i option added
-rw-r--r--docs/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ChangeLog b/docs/ChangeLog
index b047b95f..65a4efe4 100644
--- a/docs/ChangeLog
+++ b/docs/ChangeLog
@@ -32,6 +32,8 @@ Version ++2.60d (develop):
      - 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
+  - afl-showmap: -i dir option now allows processing multiple inputs using the
+     forkserver. This is for enhanced speed in afl-cmin.
   - added blacklist and whitelisting function check in all modules of llvm_mode
   - added fix from Debian project to compile libdislocator and libtokencap
   - libdislocator: AFL_ALIGNED_ALLOC to force size alignment to max_align_t