afl-whatsup -m -n

This commit is contained in:
vanhauser-thc
2023-08-22 10:03:03 +02:00
parent 213298fe59
commit f41d121f07
2 changed files with 67 additions and 27 deletions

View File

@ -7,7 +7,10 @@
- afl-fuzz:
- added `AFL_FINAL_SYNC` which forces a final fuzzer sync (also for `-F`)
before terminating.
- afl-whatsup: now also shows coverage reached
- afl-whatsup:
- now also shows coverage reached
- option -m shows only very relevant stats
- option -n will not use color in the output
- added benchmark/benchmark.sh if you want to see how good your fuzzing
speed is in comparison to other setups.