prealloc (reserve pre-allocated pools)
Description of the 'prealloc' command in HyperDbg.
Previousflush (remove pending kernel buffers and messages)Nextpreactivate (pre-activate special functionalities)
Last updated
0: kHyperDbg> prealloc regular-event 10
the requested pools are allocated and reserved
0: kHyperDbg> prealloc monitor 10
the requested pools are allocated and reserved0: kHyperDbg> prealloc regular-event 10
the requested pools are allocated and reserved
0: kHyperDbg> prealloc epthook 10
the requested pools are allocated and reserved0: kHyperDbg> prealloc regular-safe-buffer 1
the requested pools are allocated and reservedtypedef struct _DEBUGGER_PREALLOC_COMMAND
{
DEBUGGER_PREALLOC_COMMAND_TYPE Type;
UINT64 Count;
UINT32 KernelStatus;
} DEBUGGER_PREALLOC_COMMAND, *PDEBUGGER_PREALLOC_COMMAND;typedef enum _DEBUGGER_PREALLOC_COMMAND_TYPE
{
DEBUGGER_PREALLOC_COMMAND_TYPE_MONITOR,
DEBUGGER_PREALLOC_COMMAND_TYPE_THREAD_INTERCEPTION,
} DEBUGGER_PREALLOC_COMMAND_TYPE;