HyperDbg Debugger
Loading...
Searching...
No Matches
Loader.h
Go to the documentation of this file.
1
13#pragma once
14
16// Loader Functions //
18
21
23LoaderInitHyperTrace(PDEBUGGER_INIT_HYPERTRACE_PACKET InitHyperTracePacket, BOOLEAN RunningOnHypervisorEnvironment);
24
27
28VOID
30
31VOID
33
34VOID
UCHAR BOOLEAN
Definition BasicTypes.h:35
struct _DEBUGGER_INIT_VMM_PACKET * PDEBUGGER_INIT_VMM_PACKET
struct _DEBUGGER_INIT_HYPERTRACE_PACKET * PDEBUGGER_INIT_HYPERTRACE_PACKET
VOID LoaderUninitLogTracer()
Uninitialize the log tracer.
Definition Loader.c:104
BOOLEAN LoaderInitHyperLog()
Initialize the hyper log module.
Definition Loader.c:119
BOOLEAN LoaderInitDebuggerAndVmm(PDEBUGGER_INIT_VMM_PACKET InitVmmPacket)
Initialize the debugger and the vmm.
Definition Loader.c:302
BOOLEAN LoaderInitHyperTrace(PDEBUGGER_INIT_HYPERTRACE_PACKET InitHyperTracePacket, BOOLEAN RunningOnHypervisorEnvironment)
Initialize the hyper trace module.
Definition Loader.c:21
VOID LoaderUninitHyperTrace()
Uninitialize the hyper trace module.
Definition Loader.c:341
VOID LoaderUninitVmmAndDebugger()
Uninitialize the VMM and the debugger.
Definition Loader.c:417