Hello,
Has anyone played with winafl (
https://github.com/ivanfratric/winafl)? I face some issue with it on Windows XP SP3 32-bit. I can compile it successfully but I cannot follow its README document to make it work.
Although I use the sample command (as shown below) to fuzz the example program (winafl\bin32\test_gdiplus.exe), winafl always report that the parameters are incorrect. I have read the source code and have not seen any incorrect/missing parameters.
afl-fuzz.exe -i in -o out -D C:\winafl\DynamoRIO\bin34 -t 20000 --
-coverage_module gdiplus.dll -coverage_module WindowsCodecs.dll
-fuzz_iterations 5000 -target_module test_gdiplus.exe -target_offset 0x1270
-nargs 2 -- test_gdiplus.exe @@
Any suggestions?
Thanks,
Thuan