about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-05-28 16:57:36 +0200
committervan Hauser <vh@thc.org>2019-05-28 16:57:36 +0200
commit56036ca47c566543539559ffde5c3fb4fa8fcfe4 (patch)
treeb91ca5c1115e188db6960df398906a736d0895d6
parentf4be8c3bfefb70f9e655be00b9a5e715ef6f9fef (diff)
downloadafl++-56036ca47c566543539559ffde5c3fb4fa8fcfe4.tar.gz
updated changelog and patch authors
-rw-r--r--docs/ChangeLog15
-rw-r--r--docs/PATCHES25
2 files changed, 25 insertions, 15 deletions
diff --git a/docs/ChangeLog b/docs/ChangeLog
index a1b7da65..b2ac9a7c 100644
--- a/docs/ChangeLog
+++ b/docs/ChangeLog
@@ -12,9 +12,18 @@ Staying informed
 Want to stay in the loop on major new features? Join our mailing list by
 sending a mail to <afl-users+subscribe@googlegroups.com>.
 
-Not sure if you should upgrade? The lowest currently recommended version
-is 2.41b. If you're stuck on an earlier release, it's strongly advisable
-to get on with the times.
+
+-----------------------------
+Version ++2.52c (2019-05-28):
+-----------------------------
+
+  - Applied community patches. See docs/PATCHES for the full list.
+    LLVM and Qemu modes are now faster.
+    Important changes:
+      afl-fuzz: -e EXTENSION  commandline option
+      llvm_mode: LAF-intel performance (needs activation, see llvm/README.laf-intel)
+      a few new environment variables for afl-fuzz, llvm and qemu, see docs/env_variables.txt
+
 
 ---------------------------
 Version 2.52b (2017-11-04):
diff --git a/docs/PATCHES b/docs/PATCHES
index 8c33b71f..62b6b254 100644
--- a/docs/PATCHES
+++ b/docs/PATCHES
@@ -3,22 +3,23 @@ have been installed or not installed:
 
 INSTALLED
 =========
-afl-llvm-fix.diff
-afl-sort-all_uniq-fix.diff
-laf-intel.diff
-afl-llvm-optimize.diff
-afl-fuzz-tmpdir.diff
-afl-fuzz-79x24.diff
-afl-fuzz-fileextensionopt.diff
-afl-as-AFL_INST_RATIO.diff
-afl-qemu-ppc64.diff
-afl-qemu-optimize-entrypoint.diff	
-afl-qemu-speed.diff	
-afl-qemu-optimize-map.diff
+afl-llvm-fix.diff			by kcwu(at)csie(dot)org
+afl-sort-all_uniq-fix.diff		by legarrec(dot)vincent(at)gmail(dot)com
+laf-intel.diff				by heiko(dot)eissfeldt(at)hexco(dot)de
+afl-llvm-optimize.diff			by mh(at)mh-sec(dot)de
+afl-fuzz-tmpdir.diff			by mh(at)mh-sec(dot)de
+afl-fuzz-79x24.diff			by heiko(dot)eissfeldt(at)hexco(dot)de
+afl-fuzz-fileextensionopt.diff		tbd
+afl-as-AFL_INST_RATIO.diff		by legarrec(dot)vincent(at)gmail(dot)com
+afl-qemu-ppc64.diff			by william(dot)barsse(at)airbus(dot)com
+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
 
 NOT INSTALLED
 =============
 afl-fuzz-context_sensitive.diff	- changes too much of the behaviour
 afl-tmpfs.diff - same as afl-fuzz-tmpdir.diff but more complex
 afl-cmin-reduce-dataset.diff - unsure of the impact
+afl-llvm-fix2.diff - not needed with the other patches