HyperDbg Debugger
Toggle main menu visibility
Loading...
Searching...
No Matches
DebuggerEvents.h
Go to the documentation of this file.
1
12
#pragma once
13
15
// Functions //
17
18
VOID
19
DebuggerEventEnableEferOnAllProcessors
();
20
21
VOID
22
DebuggerEventDisableEferOnAllProcessors
();
23
24
VOID
25
DebuggerEventEnableMovToCr3ExitingOnAllProcessors
();
26
27
VOID
28
DebuggerEventDisableMovToCr3ExitingOnAllProcessors
();
29
30
BOOLEAN
31
DebuggerEventEnableMonitorReadWriteExec
(
EPT_HOOKS_ADDRESS_DETAILS_FOR_MEMORY_MONITOR
* HookingDetails,
32
UINT32
ProcessId,
33
BOOLEAN
ApplyDirectlyFromVmxRoot);
34
35
BOOLEAN
36
DebuggerCheckProcessOrThreadChange
(_In_
UINT32
CoreId);
DebuggerCheckProcessOrThreadChange
BOOLEAN DebuggerCheckProcessOrThreadChange(_In_ UINT32 CoreId)
Handle process or thread switches.
Definition
DebuggerEvents.c:114
DebuggerEventEnableMonitorReadWriteExec
BOOLEAN DebuggerEventEnableMonitorReadWriteExec(EPT_HOOKS_ADDRESS_DETAILS_FOR_MEMORY_MONITOR *HookingDetails, UINT32 ProcessId, BOOLEAN ApplyDirectlyFromVmxRoot)
Apply monitor ept hook events for address.
Definition
DebuggerEvents.c:68
DebuggerEventDisableMovToCr3ExitingOnAllProcessors
VOID DebuggerEventDisableMovToCr3ExitingOnAllProcessors()
routines for debugging threads (disable mov-to-cr3 exiting)
Definition
DebuggerEvents.c:53
DebuggerEventDisableEferOnAllProcessors
VOID DebuggerEventDisableEferOnAllProcessors()
routines for !syscall command (disable syscall hook)
Definition
DebuggerEvents.c:31
DebuggerEventEnableEferOnAllProcessors
VOID DebuggerEventEnableEferOnAllProcessors()
routines for !syscall command (enable syscall hook)
Definition
DebuggerEvents.c:20
DebuggerEventEnableMovToCr3ExitingOnAllProcessors
VOID DebuggerEventEnableMovToCr3ExitingOnAllProcessors()
routines for debugging threads (enable mov-to-cr3 exiting)
Definition
DebuggerEvents.c:42
BOOLEAN
UCHAR BOOLEAN
Definition
BasicTypes.h:35
UINT32
unsigned int UINT32
Definition
BasicTypes.h:54
EPT_HOOKS_ADDRESS_DETAILS_FOR_MEMORY_MONITOR
struct _EPT_HOOKS_ADDRESS_DETAILS_FOR_MEMORY_MONITOR EPT_HOOKS_ADDRESS_DETAILS_FOR_MEMORY_MONITOR
Setting details for EPT Hooks (!monitor).
hyperdbg
hyperkd
header
debugger
events
DebuggerEvents.h
Generated by
1.17.0