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

Fix the function _hook_determine_start so the monitor works on modern win10 OS #87

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

angelkillah
Copy link

This commit fixes the function _hook_determine_start.
On Windows 10 x64, the monitor fails to restore original API function after executing the hook and the process where it is injected crashes.
It follows the jump when there is a stub for example from kernel32 to kernelbase but it doesn't handle the case when the stub is a jmp qword [addr] so when the address begins with 48 FF 25.

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.

1 participant