aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-09-04 17:04:42 +0200
committervan Hauser <vh@thc.org>2020-09-04 17:04:42 +0200
commit6c715f1a69f91d4336023a8ba10fb4a7e126f9c2 (patch)
tree2b19a7d912fde4936b4cc9cfe279a8858c0738f0 /docs
parentfc19aa96f78cd33ce7d548bad5c7e4d3efa069d1 (diff)
downloadAFLplusplus-6c715f1a69f91d4336023a8ba10fb4a7e126f9c2.tar.gz
more changes to fuzzer_setup
Diffstat (limited to 'docs')
-rw-r--r--docs/Changelog.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index d1ee9656..0d93ee1f 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -15,7 +15,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
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
+ - 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
@@ -25,11 +25,13 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
timeout.
- bugfix for cmplog that results in a heap overflow based on target data
(thanks to the magma team for reporting!)
+ - write fuzzing setup into out/fuzzer_setup (environment variables and
+ command line)
- custom mutators:
- 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
+ - ported SanCov to LTO, and made it the default for LTO. better
instrumentation locations
- Further llvm 12 support (fast moving target like afl++ :-) )
- deprecated LLVM SKIPSINGLEBLOCK env environment