only reverse reading the queue on restart

This commit is contained in:
vanhauser-thc
2023-04-25 08:33:51 +02:00
parent 7b33148b75
commit c0ecf7cf61
2 changed files with 24 additions and 10 deletions

View File

@ -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`