about summary refs log tree commit diff
path: root/docs/ChangeLog
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-06-25 12:00:12 +0200
committervan Hauser <vh@thc.org>2019-06-25 12:00:12 +0200
commit0104e99caabd83e7d53f7b1248425991f4c0c431 (patch)
tree1d74694a70074c43f3182d2cfcd5a1b36f31cf3f /docs/ChangeLog
parente16593c9b1be2686279efe182465de5422d2ca55 (diff)
downloadafl++-0104e99caabd83e7d53f7b1248425991f4c0c431.tar.gz
llvm_mode whitelist (partial instrumentation) support added
Diffstat (limited to 'docs/ChangeLog')
-rw-r--r--docs/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ChangeLog b/docs/ChangeLog
index ea6e59bc..73c69196 100644
--- a/docs/ChangeLog
+++ b/docs/ChangeLog
@@ -17,6 +17,9 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
 Version ++2.52d (tbd):
 -----------------------------
 
+  - added whitelist support for llvm_mode via AFL_LLVM_WHITELIST to allow
+    only to instrument what is actually interesting. Gives more speed and less
+    map pollution (originally by choller@mozilla)
   - added Python Module mutator support, python2.7-dev is autodetected.
     see docs/python_mutators.txt (originally by choller@mozilla)
   - added AFL_CAL_FAST for slow applications and AFL_DEBUG_CHILD_OUTPUT for debugging