BOOLEAN ApplyEventEpthookInlineEvent(PDEBUGGER_EVENT Event, PDEBUGGER_EVENT_AND_ACTION_RESULT ResultsToReturn, BOOLEAN InputFromVmxRoot)
Applying EPT hook trampoline (inline hook) events.
Definition ApplyEvents.c:425
VOID ApplyEventMov2DebugRegExecutionEvent(PDEBUGGER_EVENT Event, PDEBUGGER_EVENT_AND_ACTION_RESULT ResultsToReturn, BOOLEAN InputFromVmxRoot)
Applying mov 2 debug registers events.
Definition ApplyEvents.c:798
VOID ApplyEventRdmsrExecutionEvent(PDEBUGGER_EVENT Event, PDEBUGGER_EVENT_AND_ACTION_RESULT ResultsToReturn, BOOLEAN InputFromVmxRoot)
Applying RDMSR execution events.
Definition ApplyEvents.c:533
VOID ApplyEventCpuidExecutionEvent(PDEBUGGER_EVENT Event, PDEBUGGER_EVENT_AND_ACTION_RESULT ResultsToReturn, BOOLEAN InputFromVmxRoot)
Applying CPUID instruction execution events.
Definition ApplyEvents.c:1272
VOID ApplyEventWrmsrExecutionEvent(PDEBUGGER_EVENT Event, PDEBUGGER_EVENT_AND_ACTION_RESULT ResultsToReturn, BOOLEAN InputFromVmxRoot)
Applying WRMSR execution events.
Definition ApplyEvents.c:588
VOID ApplyEventInOutExecutionEvent(PDEBUGGER_EVENT Event, PDEBUGGER_EVENT_AND_ACTION_RESULT ResultsToReturn, BOOLEAN InputFromVmxRoot)
Applying IN/OUT instructions execution events.
Definition ApplyEvents.c:643
BOOLEAN ApplyEventMonitorEvent(PDEBUGGER_EVENT Event, PDEBUGGER_EVENT_AND_ACTION_RESULT ResultsToReturn, BOOLEAN InputFromVmxRoot)
Applying monitor memory hook events.
Definition ApplyEvents.c:26
VOID ApplyEventTscExecutionEvent(PDEBUGGER_EVENT Event, PDEBUGGER_EVENT_AND_ACTION_RESULT ResultsToReturn, BOOLEAN InputFromVmxRoot)
Applying RDTSC/RDTSCP instructions execution events.
Definition ApplyEvents.c:698
VOID ApplyEventEferSysretHookEvent(PDEBUGGER_EVENT Event, PDEBUGGER_EVENT_AND_ACTION_RESULT ResultsToReturn, BOOLEAN InputFromVmxRoot)
Applying EFER SYSRET hook events.
Definition ApplyEvents.c:1087
BOOLEAN ApplyEventEptHookExecCcEvent(PDEBUGGER_EVENT Event, PDEBUGGER_EVENT_AND_ACTION_RESULT ResultsToReturn, BOOLEAN InputFromVmxRoot)
Applying EPT hook execution (hidden breakpoints) events.
Definition ApplyEvents.c:324
VOID ApplyEventControlRegisterAccessedEvent(PDEBUGGER_EVENT Event, PDEBUGGER_EVENT_AND_ACTION_RESULT ResultsToReturn, BOOLEAN InputFromVmxRoot)
Applying control registers accessed events.
Definition ApplyEvents.c:848
BOOLEAN ApplyEventTrapModeChangeEvent(PDEBUGGER_EVENT Event, PDEBUGGER_EVENT_AND_ACTION_RESULT ResultsToReturn, BOOLEAN InputFromVmxRoot)
Applying trap mode change events.
Definition ApplyEvents.c:1190
VOID ApplyEventExceptionEvent(PDEBUGGER_EVENT Event, PDEBUGGER_EVENT_AND_ACTION_RESULT ResultsToReturn, BOOLEAN InputFromVmxRoot)
Applying exception events.
Definition ApplyEvents.c:904
VOID ApplyEventRdpmcExecutionEvent(PDEBUGGER_EVENT Event, PDEBUGGER_EVENT_AND_ACTION_RESULT ResultsToReturn, BOOLEAN InputFromVmxRoot)
Applying RDPMC instruction execution events.
Definition ApplyEvents.c:748
VOID ApplyEventInterruptEvent(PDEBUGGER_EVENT Event, PDEBUGGER_EVENT_AND_ACTION_RESULT ResultsToReturn, BOOLEAN InputFromVmxRoot)
Applying interrupt interception events.
Definition ApplyEvents.c:959
VOID ApplyEventTracingEvent(PDEBUGGER_EVENT Event, PDEBUGGER_EVENT_AND_ACTION_RESULT ResultsToReturn, BOOLEAN InputFromVmxRoot)
Applying trace events.
Definition ApplyEvents.c:1299
VOID ApplyEventVmcallExecutionEvent(PDEBUGGER_EVENT Event, PDEBUGGER_EVENT_AND_ACTION_RESULT ResultsToReturn, BOOLEAN InputFromVmxRoot)
Applying VMCALL instruction execution events.
Definition ApplyEvents.c:1163
VOID ApplyEventEferSyscallHookEvent(PDEBUGGER_EVENT Event, PDEBUGGER_EVENT_AND_ACTION_RESULT ResultsToReturn, BOOLEAN InputFromVmxRoot)
Applying EFER SYSCALL hook events.
Definition ApplyEvents.c:1014
UCHAR BOOLEAN
Definition BasicTypes.h:39
#define VOID
Definition BasicTypes.h:33
Status of register buffers.
Definition Events.h:423
The structure of events in HyperDbg.
Definition Debugger.h:108