diff options
author | vanhauser-thc <vh@thc.org> | 2023-04-25 08:33:51 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-04-25 08:33:51 +0200 |
commit | c0ecf7cf61fdca901b041d57e7e2bb78bc8fcf80 (patch) | |
tree | d30d16bf20eff6adf6902c72f9c87d3a48c9ce29 /docs/Changelog.md | |
parent | 7b33148b7553f11dac7a382495a6829fa14f23fe (diff) | |
download | afl++-c0ecf7cf61fdca901b041d57e7e2bb78bc8fcf80.tar.gz |
only reverse reading the queue on restart
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index d4e68036..14323ae0 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -7,6 +7,10 @@ - afl-fuzz: - new env `AFL_POST_PROCESS_KEEP_ORIGINAL` to keep the orignal data before post process on finds + - reverse reading the seeds only on restarts + - afl-cc: + - new env `AFL_LLVM_LTO_SKIPINIT` to support the AFL++ based WASM + (https://github.com/fgsect/WAFL) project - afl-showmap: - added custom mutator post_process and send support - add `-I filelist` option, an alternative to `-i in_dir` |