about summary refs log tree commit diff
path: root/docs/Changelog.md
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2020-09-01 12:36:13 +0200
committerAndrea Fioraldi <andreafioraldi@gmail.com>2020-09-01 12:36:13 +0200
commit75c38d6243bb9bcc0b55f27b4bd3844658eec1b4 (patch)
tree8f3f74df972214af684710dc3a5e99e4000d1d4b /docs/Changelog.md
parent6f751006027fe9ab3e3bd8b3c4f0f9ade310cefd (diff)
parent07cee6b7509fb253b281d895d8754b0a11951bc1 (diff)
downloadafl++-75c38d6243bb9bcc0b55f27b4bd3844658eec1b4.tar.gz
Merge branch 'dev' of github.com:vanhauser-thc/AFLplusplus into dev
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r--docs/Changelog.md16
1 files changed, 10 insertions, 6 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 72c8952c..d1ee9656 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -10,20 +10,24 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
 
 
 ### Version ++2.67d (develop)
+  - added the GSoC excellent afl++ grammar mutator by Shengtuo to our
+    custom_mutators/ (see custom_mutators/README.md) - or get it here:
+    https://github.com/AFLplusplus/Grammar-Mutator
   - a few QOL changes for Apple and its outdated gmake
   - afl-fuzz:
     - Fix for auto dictionary entries found during fuzzing to not throw out
       a -x dictionary
     - added total execs done to plot file
-    - AFL_MAX_DET_EXTRAS env variable added to control the amount of deterministic
-      dict entries without recompiling.
-    - AFL_FORKSRV_INIT_TMOUT env variable added to control the time to wait for
-      the forkserver to come up without the need to increase the overall timeout.
+    - AFL_MAX_DET_EXTRAS env variable added to control the amount of
+      deterministic dict entries without recompiling.
+    - AFL_FORKSRV_INIT_TMOUT env variable added to control the time to wait
+      for the forkserver to come up without the need to increase the overall
+      timeout.
     - bugfix for cmplog that results in a heap overflow based on target data
       (thanks to the magma team for reporting!)
   - custom mutators:
-    - added afl_custom_fuzz_count/fuzz_count function to allow specifying the 
-      number of fuzz attempts for custom_fuzz
+    - added afl_custom_fuzz_count/fuzz_count function to allow specifying
+      the number of fuzz attempts for custom_fuzz
   - llvm_mode:
     - Ported SanCov to LTO, and made it the default for LTO. better
       instrumentation locations