diff options
author | vanhauser-thc <vh@thc.org> | 2023-11-28 10:26:37 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-11-28 10:26:37 +0100 |
commit | 74f8ca6b468b6d89e8d588e3835486be48184893 (patch) | |
tree | a3b43e791297bd5b7daa517a4166926801a410f1 /docs | |
parent | dd9a04c901c79fe2f3f078de6cc0777e3a5d96df (diff) | |
download | afl++-74f8ca6b468b6d89e8d588e3835486be48184893.tar.gz |
improve cmplog
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Changelog.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index f7842d59..b2e9fbf6 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -10,7 +10,9 @@ - added AFL_IGNORE_SEED_PROBLEMS to skip over seeds that time out instead of exiting with an error message - allow -S/-M naming up to 50 characters (from 24) - - added scale support to CMPLOG (-l S) + - CMPLOG: + - added scale support (-l S) + - skip unhelpful insertions (u8) - added --version and --help command line parameters - fixed endless loop when reading malformed dictionaries - new custom mutator function: post_run - thanks to yangzao! |