-
Notifications
You must be signed in to change notification settings - Fork 70
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
rsp error #4
Comments
Hi, in which circumstances did the crash happened? Did it happened on return from your replacement function? Are you sure that the function that you used as a replacement has exactly the same API as the function that you was hooking? Not only parameter numbers and types have to match, but also the calling convention has to be identical ( i.e. |
Ah, now I understand what you mean... So it is a bug in the stub. It is my old code and it wasn't tested on Windows 10. |
Thank you for your contribution, the new release is ready: |
thank you for your project. |
window 10 hook api crash!!!
1、
0x00007FF737D20A34
is the pre main function
2、
0x00007FF73AD01013
to jmp the main function
3、jmp function in the stack will be changed
4、has been changed
00007FF73AD010A0 should be 0x00007FF73AD01013
5、will go to error rsp
The text was updated successfully, but these errors were encountered: