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