Bitdefender Hypervisor Memory Introspection
_INTRO_EXEC_CONTEXT Struct Reference

Holds the context in which an execution attempt was detected. More...

#include <intro_types.h>

Data Fields

DWORD CsType
 The type of the code segment. Can be one of the IG_CS_TYPE values. More...
 
INTRO_GPRS Registers
 
BYTE RipCode [0x1000]
 The contents of the guest memory page that contains the RIP at which the execution attempt was detected. More...
 

Detailed Description

Holds the context in which an execution attempt was detected.

Definition at line 1116 of file intro_types.h.

Field Documentation

◆ CsType

DWORD _INTRO_EXEC_CONTEXT::CsType

The type of the code segment. Can be one of the IG_CS_TYPE values.

Definition at line 1118 of file intro_types.h.

Referenced by IntWinCrashHandleDepViolation().

◆ Registers

INTRO_GPRS _INTRO_EXEC_CONTEXT::Registers

The value of the guest registers at the moment of the execution.

Definition at line 1119 of file intro_types.h.

Referenced by IntWinCrashHandleDepViolation().

◆ RipCode

BYTE _INTRO_EXEC_CONTEXT::RipCode[0x1000]

The contents of the guest memory page that contains the RIP at which the execution attempt was detected.

Definition at line 1121 of file intro_types.h.

Referenced by IntWinCrashHandleDepViolation().


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