-
Notifications
You must be signed in to change notification settings - Fork 127
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
AppCrash on hooking 32 bit process on Windows 10 64 bit with CSharpConsole #16
Comments
We have reproduced this and we are taking a look at it now. |
Thanks! On an unrelated note, any chance you would have a second to help with this Stack Overflow question please? |
Hi @kozhevnikov , as a quick answer, please comment/remove the call to This should fix the crash. Regards. |
Fixed in cac444d. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm playing around with CSharpConsole from precompiled Deviare 2.8.0 release under a Windows 10 64 bit VM and while
CSharpConsole64.exe
can hook 64 bit process likenotepad.exe
no problem,CSharpConsole.exe
crashes target 32 bit process likenotepad++.exe
,devenv.exe
, etc. Is 32 bit hooking supported under Windows 10?The text was updated successfully, but these errors were encountered: