-
Notifications
You must be signed in to change notification settings - Fork 145
Open
Description
Hello,
following on googleprojectzero/winafl#473:
First, this project looks like an excellent alternative for WinAFL.
I tried corpus minimization by using dry_run flag:
fuzzer.exe -in "C:\fuzzing\workspaces\XYZ\testdata" -out ..\out -t 1000 -instrument_module m1.dll -instrument_module m2.dll -target_module harness.exe -target_method main -nargs 1 -iterations 10000 -persist -loop -cmp_coverage -dry_run -- harness.exe @@
I have the impression, that is performing fuzzing, instead of doing a dry run only, as it also shows crashes and I cannot see, how the minmized test corpus is build. Any ideas.
Thanks in advance,
Sebastian
Metadata
Metadata
Assignees
Labels
No labels