diff options
author | van Hauser <vh@thc.org> | 2020-12-11 10:28:39 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-12-11 10:28:39 +0100 |
commit | 8a1acac559edb66e8e246e73508cec541a9fc530 (patch) | |
tree | 6b85704e1af6a47008153d33862aa290e8bdc32f /docs/Changelog.md | |
parent | 1a3c9bc36dc5690276c24dadecf2fb9adb02c0a9 (diff) | |
download | afl++-8a1acac559edb66e8e246e73508cec541a9fc530.tar.gz |
schedule improvements, new default is FAST
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 5094769d..4470388e 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -16,16 +16,17 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - all compilers combined to afl-cc which emulates the previous ones - afl-llvm/gcc-rt.o merged into afl-compiler-rt.o - afl-fuzz - - memory limits are now disabled by default, set them with -m if required + - not specifying -M or -S will now auto-set "-S default" - 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) - - rpc.statsd support, for stats and charts, by Edznux, thanks a lot! - Marcel Boehme submitted a patch that improves all AFFast schedules :) - - not specifying -M or -S will now auto-set "-S default" + - the default schedule is now FAST + - memory limits are now disabled by default, set them with -m if required + - rpc.statsd support, for stats and charts, by Edznux, thanks a lot! - reading testcases from -i now descends into subdirectories - allow the -x command line option up to 4 times - loaded extras now have a duplication protection |