hvpp icon indicating copy to clipboard operation
hvpp copied to clipboard

Is there anyway to hook external process?

Open wtfbbq opened this issue 5 years ago • 1 comments

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?

wtfbbq avatar Apr 21 '19 09:04 wtfbbq

The hypervisor has nothing to do with hooking, and frankly you shouldn't even be looking at a hypervisor if you have issues hooking.

trash-code avatar Apr 21 '19 09:04 trash-code