googleprojectzero / winafl

A fork of AFL for fuzzing Windows binaries
Apache License 2.0
2.36k stars 533 forks source link

winafl_cmin.py stuck at [*] Testing the target binary #370

Open hdbreaker opened 2 years ago

hdbreaker commented 2 years ago

Hi team!

I'm having an issue trying to minify my corpus with winafl_cmin.py (WinAfl compiled with DRIO 9.0.1). The script just stuck at: [*] Testing the target binary

This can be seen in the following image:

Screen Shot 2022-02-24 at 12 58 48

Any ideas of why this could be happening?

hdbreaker commented 2 years ago

WinAFL also Stuck at Attempting dry run:

Screen Shot 2022-02-24 at 13 41 53

Binary run fine in drrcov...

ifratric commented 2 years ago

Hi, in order to have some idea what's going on, could you

alexkcey commented 2 years ago

check application bit depth: cd C:\Program Files (x86)\7-Zip 7z.exe l [target application] | findstr CPU

If you did everything right, try to recompile WinAFL and DinamoRIO on computer where you are doing the minimization