googleprojectzero / winafl

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

Update help / usage message #413

Closed goldstar611 closed 1 year ago

goldstar611 commented 1 year ago

Hi @ifratric, I'm very excited to see TinyInst support in WinAFL.

I compiled WinAFL with support for TinyInst and ran into some problems initially. The first debug step I did was to run winafl and check the help menu. I was looking for the -y option but it wasn't there. The next thing I did was look at the version and compare with older builds. Neither of these helped me determine if I actually compiled in TinyInst support so I inspected the binary with IDA to confirm.

I proposing a few changes to help others who may face the same situation:

ifratric commented 1 year ago

Makes sense, thanks!