mirror of
https://github.com/momo5502/hypervisor.git
synced 2025-09-03 07:27:25 +00:00
Ept hooking
This commit is contained in:
@@ -116,6 +116,14 @@ PsGetProcessPeb(
|
||||
IN PEPROCESS Process
|
||||
);
|
||||
|
||||
// ----------------------------------------
|
||||
|
||||
NTKERNELAPI
|
||||
PCSTR
|
||||
PsGetProcessImageFileName(
|
||||
__in PEPROCESS Process
|
||||
);
|
||||
|
||||
// ----------------------------------------
|
||||
|
||||
__kernel_entry NTSYSCALLAPI
|
||||
|
Reference in New Issue
Block a user