-
Notifications
You must be signed in to change notification settings - Fork 536
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
Unexpected result from pipe! expected 'P', instead received 'C' #454
Comments
I don't know what the issue is, but some things you can try is
|
Thanks.
I tried to debug |
If it's otherwise behaving normally, then those warnings can be ignored. |
I just checked and I don't get those warnings on either my Win10 or Win11 machine against gdiplus.dll and WindowsCodecs.dll. It makes me think that there's maybe some antivirus / antimalware on your machine interfering with instrumentation. This could be the reason for issues with DynamoRIO as well. |
I've disabled AV and all exploit mitigation mechanisms in Windows Defender, then tried again. |
I was running on 23H2, I believe. |
Could you please try it with 24H2 (26100.2894)? I think you can reproduce the error message this way. |
Sorry, did you check it? could you reproduce the issue? |
No, I don't want to update my Win11 machine to 24H2 just yet. However, as I wrote before, "Executing relative jump otside the current module" TinyInst warning is not an issue on its own, in fact the latest TinyInst from https://github.com/googleprojectzero/TinyInst doesn't even print this warning anymore. |
Hi
Is there any update to address this issue?
According to my analysis, It returns to windows version. I compiled WinAFL in Windows 10 with the latest version of DR. Then I moved WinAFL and DR to a Windows 10 machine. Surprisingly, it worked on Windows 10, but it still didn't work on the Windows 11 machine.
The text was updated successfully, but these errors were encountered: