diff options
author | van Hauser <vh@thc.org> | 2020-08-15 13:34:51 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-08-15 13:34:51 +0200 |
commit | 0a251f93e0842c92755e9bcba61e520669a6c2e6 (patch) | |
tree | fd715c8567ed5141a0a03b62de6cb85aeac29f44 /docs/Changelog.md | |
parent | 1cf473848789b340134b68b02d793c6d90f746a8 (diff) | |
download | afl++-0a251f93e0842c92755e9bcba61e520669a6c2e6.tar.gz |
increase initial memory sized
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 3c28ff98..ea7c7caf 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -12,6 +12,8 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. ### Version ++2.66d (devel) - Support for improved afl++ snapshot module: https://github.com/AFLplusplus/AFL-Snapshot-LKM + - Due to the instrumentation needing more memory, the initial memory sizes + for -m have been increased - afl-fuzz: - added -F option to allow -M main fuzzers to sync to foreign fuzzers, e.g. honggfuzz or libfuzzer |