We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
inside ia32::cr3_t kernel_cr3 auto kprocess = reinterpret_cast<NT_KPROCESS*>(PsGetCurrentProcess());
I've found that if I KeStackAttachProcess to external process, therefore PsGetcurrentProcess returns external process
In this way it can hook external process, but it bsod sometime (when unloading driver etc..)
How can I hook external process?
The text was updated successfully, but these errors were encountered:
The hypervisor has nothing to do with hooking, and frankly you shouldn't even be looking at a hypervisor if you have issues hooking.
Sorry, something went wrong.
No branches or pull requests
inside ia32::cr3_t kernel_cr3
auto kprocess = reinterpret_cast<NT_KPROCESS*>(PsGetCurrentProcess());
I've found that if I KeStackAttachProcess to external process, therefore PsGetcurrentProcess returns external process
In this way it can hook external process, but it bsod sometime (when unloading driver etc..)
How can I hook external process?
The text was updated successfully, but these errors were encountered: