about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-08-01 15:32:55 +0200
committervan Hauser <vh@thc.org>2019-08-01 15:32:55 +0200
commit487a87df02c20784bb4ef272954300dd18c04d9a (patch)
tree93094af9696b408328f13fe5a42f1b6a8c831064
parentb14fead5929a1958d850a945effb5a0cbd6e5799 (diff)
downloadafl++-487a87df02c20784bb4ef272954300dd18c04d9a.tar.gz
adding blame
-rw-r--r--README.md2
-rw-r--r--docs/ChangeLog1
-rw-r--r--docs/PATCHES1
3 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 86e8d217..2124b862 100644
--- a/README.md
+++ b/README.md
@@ -32,6 +32,8 @@
 
   * unicorn_mode which allows fuzzing of binaries from completely different platforms (integration provided by domenukk)
 
+  * Custom mutator by a library (instead of Python) by kyakdan
+
   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 :-)
diff --git a/docs/ChangeLog b/docs/ChangeLog
index 8b1d832d..dc1a3478 100644
--- a/docs/ChangeLog
+++ b/docs/ChangeLog
@@ -17,6 +17,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
 Version ++2.53d (dev):
 ----------------------
 
+  - custom mutator by a loaded library is now supported (thanks to kyakdan!)
   - afl-showmap: new option -r now shows the real values in the buckets (stock
     afl never did), plus shows tuple content summary information now
   - fix building on *BSD (thanks to tobias.kortkamp for the patch)
diff --git a/docs/PATCHES b/docs/PATCHES
index 8b188814..50bcb32f 100644
--- a/docs/PATCHES
+++ b/docs/PATCHES
@@ -17,6 +17,7 @@ afl-qemu-optimize-entrypoint.diff	by mh(at)mh-sec(dot)de
 afl-qemu-speed.diff			by abiondo on github
 afl-qemu-optimize-map.diff		by mh(at)mh-sec(dot)de
 
++ Custom mutator (native library) (by kyakdan)
 + unicorn_mode (modernized and updated by domenukk)
 + instrim (https://github.com/csienslab/instrim) was integrated
 + MOpt (github.com/puppet-meteor/MOpt-AFL) was imported