about summary refs log tree commit diff
path: root/docs/Changelog.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-10-11 14:31:31 +0200
committervan Hauser <vh@thc.org>2020-10-11 14:31:31 +0200
commit6a397d6111a21ebbf736237609c1c69d47c40f03 (patch)
tree75f135ecf45bd0c716172c6ca82ebcc486b61a8b /docs/Changelog.md
parent01ec0cce4759526499becab169c07b2ccf1eee89 (diff)
downloadafl++-6a397d6111a21ebbf736237609c1c69d47c40f03.tar.gz
add new seed selection algo and make it the default
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r--docs/Changelog.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 9eb47e18..f15f1d93 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -17,6 +17,10 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
     - memory limits are now disabled by default, set them with -m if required
     - deterministic fuzzing is now disabled by default and can be enabled with
       -D. It is still enabled by default for -M.
+    - a new seed selection was implemented that uses weighted randoms based on
+      a schedule performance score, which is much better that the previous
+      walk the whole queue approach. Select the old mode with -Z (auto enabled
+      with -M)
     - statsd support by Edznux, thanks a lot!
     - Marcel Boehme submitted a patch that improves all AFFast schedules :)
     - reading testcases from -i now descends into subdirectories