HyperDbg Debugger
Loading...
Searching...
No Matches
ValidateEvents.h
Go to the documentation of this file.
1
13#pragma once
14
16// Functions //
18
22 BOOLEAN InputFromVmxRoot);
23
27 BOOLEAN InputFromVmxRoot);
28
32 BOOLEAN InputFromVmxRoot);
33
37 BOOLEAN InputFromVmxRoot);
38
42 BOOLEAN InputFromVmxRoot);
UCHAR BOOLEAN
Definition BasicTypes.h:39
BOOLEAN ValidateEventInterrupt(PDEBUGGER_GENERAL_EVENT_DETAIL EventDetails, PDEBUGGER_EVENT_AND_ACTION_RESULT ResultsToReturn, BOOLEAN InputFromVmxRoot)
Validating interrupt events.
Definition ValidateEvents.c:176
BOOLEAN ValidateEventException(PDEBUGGER_GENERAL_EVENT_DETAIL EventDetails, PDEBUGGER_EVENT_AND_ACTION_RESULT ResultsToReturn, BOOLEAN InputFromVmxRoot)
Validating exception events.
Definition ValidateEvents.c:137
BOOLEAN ValidateEventEptHookHiddenBreakpointAndInlineHooks(PDEBUGGER_GENERAL_EVENT_DETAIL EventDetails, PDEBUGGER_EVENT_AND_ACTION_RESULT ResultsToReturn, BOOLEAN InputFromVmxRoot)
Validating EPT hook exec (hidden breakpoint and inline hook) events.
Definition ValidateEvents.c:251
BOOLEAN ValidateEventTrapExec(PDEBUGGER_GENERAL_EVENT_DETAIL EventDetails, PDEBUGGER_EVENT_AND_ACTION_RESULT ResultsToReturn, BOOLEAN InputFromVmxRoot)
Validating trap exec events.
Definition ValidateEvents.c:213
BOOLEAN ValidateEventMonitor(PDEBUGGER_GENERAL_EVENT_DETAIL EventDetails, PDEBUGGER_EVENT_AND_ACTION_RESULT ResultsToReturn, BOOLEAN InputFromVmxRoot)
Validating monitor memory hook events.
Definition ValidateEvents.c:26
Status of register buffers.
Definition Events.h:423
Each command is like the following struct, it also used for tracing works in user mode and sending it...
Definition Events.h:350