Shuaibing Lu
Shuaibing Lu
Maybe the argument `-target_offset 0x004204e0 ` is not correct. The loading base of binary is normally `0x400000`, so the argument `-target_offset` should be `0x000204e0`. You can try `-target_offset 0x0204e0`.
Me too. I encounted the same time out problem. I have read https://github.com/googleprojectzero/winafl/blob/master/README.md and https://github.com/googleprojectzero/winafl/blob/master/readme_dr.md. Here are my steps: ``` D:\WinAFL\winafl\newbuild32\bin\Debug>D:\WinAFL\dynamorio\build32\bin32\drrun.exe -c winafl.dll -debug -coverage_module test_gdiplus.exe -target_module test_gdiplus.exe -target_offset 0x2095...
Have you solved this problem? @ambitihyun
@Radon10043 Thanks to your detailed steps, I can fuzz test_gdiplus.exe now. @ambitihyun I think the most possible problem is that you stetted wrong arguments. Please check the argument `-target_offset 0x8000`...
Seems that you have done excellent experiments. But this project doesn't provide the agents for Windows and macOS, do you implement the agents by your self? Or can you share...
@mxmssh Thanks for your excellent work!
Just a different way for interface recovery powered by gnu tools.