-
Notifications
You must be signed in to change notification settings - Fork 916
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
Injecting Hook into remote process #63
Comments
No. |
so even if we use |
It will probably work, but make sure that MinHook doesn't do any operations that are forbidden in |
well I tried multiple library nimhook/minhook/nthookengine and it segfault when I call the hooked function, which doesn't happen when the process load the library itself so I thought it would require something special but I don't find any info about that. |
Hi the hook worked but the target process crashed somehow when calling the original function, any ideas? |
Does this library has in built functionality for hooking API calls in a different process via injection ?
The text was updated successfully, but these errors were encountered: