issues
search
googleprojectzero
/
winafl
A fork of AFL for fuzzing Windows binaries
Apache License 2.0
2.36k
stars
533
forks
source link
Add -l option for adjustable block deletion
#432
Closed
gnbon
closed
8 months ago
gnbon
commented
8 months ago
Introduce the -l option to set min block deletion length using powers of 2 (e.g., 1, 2, 4, 8, 16, ...).
This enables a trade-off between minimization thoroughness and speed.
Adjusting del_len_limit allows for faster processing, as doubling it roughly halves the minimization time.
Closes #431
ifratric
commented
8 months ago
Great, thanks!