about summary refs log tree commit diff
path: root/docs/README
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-07-14 10:50:13 +0200
committervan Hauser <vh@thc.org>2019-07-14 10:50:13 +0200
commite66402485342088e6fcaecfe2abbba291a48bda5 (patch)
treea540cac715243825b4d8971dfd368fc09a291da8 /docs/README
parent495f3b9a681af527018a92d3d0e3240568ac7997 (diff)
downloadafl++-e66402485342088e6fcaecfe2abbba291a48bda5.tar.gz
whitelist features works now
Diffstat (limited to 'docs/README')
-rw-r--r--docs/README6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/README b/docs/README
index 3f19d328..54e3e4a4 100644
--- a/docs/README
+++ b/docs/README
@@ -19,9 +19,13 @@ american fuzzy lop plus plus
   C. Hollers afl-fuzz Python mutator module and llvm_mode whitelist support
   was added too (https://github.com/choller/afl)
 
-  The newest additions is the excellent MOpt mutator from
+  New is the excellent MOpt mutator from
   https://github.com/puppet-meteor/MOpt-AFL  
 
+  Also newly integrated is instrim, a very effective CFG llvm_mode
+  instrumentation implementation which replaced the original afl one and is
+  from https://github.com/csienslab/instrim
+
   A more thorough list is available in the PATCHES file.
 
   So all in all this is the best-of AFL that is currently out there :-)