aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDominik Maier <domenukk@gmail.com>2020-12-03 19:22:44 +0100
committerDominik Maier <domenukk@gmail.com>2020-12-04 14:26:47 +0100
commita19b3022d93195d3703817c728817d7e071e89fe (patch)
tree10219b266eb2d055990a45c7312e9e3ffda754f9 /docs
parentaca5b55b6d1f2d7079830b805e12d8585e98aa2e (diff)
downloadAFLplusplus-a19b3022d93195d3703817c728817d7e071e89fe.tar.gz
afl_custom_describe api added
Diffstat (limited to 'docs')
-rw-r--r--docs/Changelog.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 02728f10..5201eb8b 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -22,18 +22,18 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
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 by Edznux, thanks a lot!
+ - 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"
- reading testcases from -i now descends into subdirectories
- - allow up to 4 times the -x command line option
- - loaded extras now have a duplicate protection
+ - allow the -x command line option up to 4 times
+ - loaded extras now have a duplication protection
- If test cases are too large we do a partial read on the maximum
supported size
- longer seeds with the same trace information will now be ignored
for fuzzing but still be used for splicing
- crashing seeds are now not prohibiting a run anymore but are
- skipped. They are used for splicing though.
+ skipped - they are used for splicing, though
- update MOpt for expanded havoc modes
- setting the env var AFL_NO_AUTODICT will not load an LTO autodictionary
- added NO_SPLICING compile option and makefile define
@@ -42,6 +42,8 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
- print special compile time options used in help output
- when using -c cmplog, one of the childs was not killed, fixed
- somewhere we broke -n dumb fuzzing, fixed
+ - added afl_custom_describe to the custom mutator API to allow for easy
+ mutation reproduction on crashing inputs
- instrumentation
- We received an enhanced gcc_plugin module from AdaCore, thank you
very much!!