-
Notifications
You must be signed in to change notification settings - Fork 534
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WinAFL Internal Crash at PC 0x5a1a456e #418
Comments
Such errors usually indicate either incorrect usage or incompatibility between the target and DynamoRIO. To diagnose the first type of issue, use debug mode as explained in https://github.com/googleprojectzero/winafl/blob/master/readme_dr.md For the second type of issue, try using TinyInst mode instead of DynamoRIO (note: some flags have different names in TinyInst mode) |
Ah, sorry, I see this is an error already with the Debug mode. Would try TinyInst and see if that runs without issues. |
I will try with TinyInst. What would cause an incompatibility issue between the target and DynamoRIO? |
I faced a similar issue, but I resolved it by using a different version of DynamoRIO. |
@J-jaeyoung I tried this and am no longer seeing the pop up but in the command prompt I am seeing a similar error of: Have you had similar issues? |
If you encounter similar errors while using |
I received the attached pop up error while testing offsets.
using the following command line:
........\Users\operator\Desktop\RachaelWinAFL\dynamorio-master\bin32\drrun.exe -c ........\Users\operator\Desktop\RachaelWinAFL\winafl-master\build32\bin\Release\winafl.dll -debug -target_module FuzzProgram.exe -target_offset 0xD6F339 -coverage_module FuzzProgram.exe -fuzz_iterations 10 -- "FuzzProgram.exe"
I am running out of the FuzzProgram folder as it reads from many different files.
I have found one offset that this doesnt occur out of 20ish, however, that offset isnt the correct one for fuzzing coverage.
Any insight into what could be causing this?
The text was updated successfully, but these errors were encountered: