Skip to content
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

Crash fix for 32 bit app running on Win7 x64 #174

Merged
merged 2 commits into from
Apr 27, 2019

Conversation

dvarshavsky
Copy link
Contributor

Due to incorrect PEB64 address: on both systems distance between addresses of native and wow64 PEB's is one page ( 0x1000 ), but the order is different.

Due to incorrect PEB64 address
SysWOW64 path is not recognized by IsBadLibrary() leading to numerous false positives on Win7 x64
@ayoubfaouzi
Copy link
Owner

Hey @dvarshavsky Thanks for the PR :)

Will review it during the week end.

@ayoubfaouzi ayoubfaouzi merged commit cfa34bd into ayoubfaouzi:master Apr 27, 2019
@ayoubfaouzi
Copy link
Owner

Hello @dvarshavsky

Merged, thanks a lot for the fix 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants