HyperDbg Debugger
Loading...
Searching...
No Matches
_DEBUGGER_EVENT Struct Reference

The structure of events in HyperDbg. More...

#include <Debugger.h>

Public Attributes

UINT64 Tag
 
LIST_ENTRY EventsOfSameTypeList
 
VMM_EVENT_TYPE_ENUM EventType
 
BOOLEAN Enabled
 
UINT32 CoreId
 
UINT32 ProcessId
 
LIST_ENTRY ActionsListHead
 
UINT32 CountOfActions
 
BOOLEAN EnableShortCircuiting
 
VMM_CALLBACK_EVENT_CALLING_STAGE_TYPE EventMode
 
DEBUGGER_EVENT_OPTIONS InitOptions
 
DEBUGGER_EVENT_OPTIONS Options
 
UINT32 ConditionsBufferSize
 
PVOID ConditionBufferAddress
 

Detailed Description

The structure of events in HyperDbg.

Member Data Documentation

◆ ActionsListHead

LIST_ENTRY _DEBUGGER_EVENT::ActionsListHead

◆ ConditionBufferAddress

PVOID _DEBUGGER_EVENT::ConditionBufferAddress

◆ ConditionsBufferSize

UINT32 _DEBUGGER_EVENT::ConditionsBufferSize

◆ CoreId

UINT32 _DEBUGGER_EVENT::CoreId

◆ CountOfActions

UINT32 _DEBUGGER_EVENT::CountOfActions

◆ Enabled

BOOLEAN _DEBUGGER_EVENT::Enabled

◆ EnableShortCircuiting

BOOLEAN _DEBUGGER_EVENT::EnableShortCircuiting

◆ EventMode

VMM_CALLBACK_EVENT_CALLING_STAGE_TYPE _DEBUGGER_EVENT::EventMode

◆ EventsOfSameTypeList

LIST_ENTRY _DEBUGGER_EVENT::EventsOfSameTypeList

◆ EventType

VMM_EVENT_TYPE_ENUM _DEBUGGER_EVENT::EventType

◆ InitOptions

DEBUGGER_EVENT_OPTIONS _DEBUGGER_EVENT::InitOptions

◆ Options

DEBUGGER_EVENT_OPTIONS _DEBUGGER_EVENT::Options

◆ ProcessId

UINT32 _DEBUGGER_EVENT::ProcessId

◆ Tag

UINT64 _DEBUGGER_EVENT::Tag

The documentation for this struct was generated from the following file: