about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-07-10 16:14:30 +0200
committervan Hauser <vh@thc.org>2019-07-10 16:14:30 +0200
commitf7d9019b8c6d4587b4874791636a9933f4b1a63a (patch)
treee26f4001eaa76c4fbcab86225746b57bc5cc04f6
parent519678192ff47fe359abf3ef33938ae9dd3e52a2 (diff)
downloadafl++-f7d9019b8c6d4587b4874791636a9933f4b1a63a.tar.gz
Readme updates
-rw-r--r--docs/README24
1 files changed, 12 insertions, 12 deletions
diff --git a/docs/README b/docs/README
index f9734528..3f19d328 100644
--- a/docs/README
+++ b/docs/README
@@ -2,28 +2,28 @@
 american fuzzy lop plus plus
 ============================
 
-  Written by Michal Zalewski <lcamtuf@google.com>
+  Originally written by Michal Zalewski <lcamtuf@google.com>
 
   Repository: https://github.com/vanhauser-thc/AFLplusplus
 
-  afl++ is maintained by Marc Heuse <mh@mh-sec.de> and Heiko Eissfeldt
-  <heiko.eissfeldt@hexco.de> as there have been no updates to afl since
-  November 2017.
+  afl++ is maintained by Marc Heuse <mh@mh-sec.de>, Heiko Eissfeldt
+  <heiko.eissfeldt@hexco.de> and Andrea Fioraldi as there have been no
+  updates to afl since November 2017.
 
-  This version has several bug fixes, new features and speed enhancements
-  based on community patches from https://github.com/vanhauser-thc/afl-patches
-  To see the list of which patches have been applied, see the PATCHES file.
+  Many improvements were made, e.g. more performant llvm_mode, supporting
+  llvm up to version 8, Qemu 3.1, more speed for Qemu, etc.
 
   Additionally AFLfast's power schedules by Marcel Boehme from
-  github.com/mboehme/aflfast have been incorporated.
-
-  Plus it was upgraded to qemu 3.1 from 2.1 with the work of 
-  https://github.com/andreafioraldi/afl and got the community patches applied
-  to it.
+  https://github.com/mboehme/aflfast have been incorporated.
 
   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
+  https://github.com/puppet-meteor/MOpt-AFL  
+
+  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 :-)