mirror of
https://github.com/HyperDbg/HyperDbg.git
synced 2026-08-25 08:22:58 +00:00
add preactivate command and add vmx-root direct vmcall support for mode exec traps
This commit is contained in:
parent
b53316c09e
commit
25c18d6270
37 changed files with 384 additions and 63 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue