add preactivate command and add vmx-root direct vmcall support for mode exec traps

This commit is contained in:
Sinaei 2023-10-25 15:05:29 +09:00
parent b53316c09e
commit 25c18d6270
37 changed files with 384 additions and 63 deletions

View file

@ -271,7 +271,7 @@ ObjectShowProcessesOrThreadList(BOOLEAN IsProcess,
//
Status = DeviceIoControl(
g_DeviceHandle, // Handle to device
IOCTL_GET_LIST_OF_THREADS_AND_PROCESSES, // IO Control code
IOCTL_GET_LIST_OF_THREADS_AND_PROCESSES, // IO Control Code (IOCTL)
&QueryCountOfActiveThreadsOrProcessesRequest, // Input Buffer to driver.
SIZEOF_DEBUGGER_QUERY_ACTIVE_PROCESSES_OR_THREADS, // Input buffer length
Entries, // Output Buffer from driver.