Bitdefender Hypervisor Memory Introspection
_INTRO_EXEC_INFO Struct Reference

Holds information about an execution attempt. More...

#include <intro_types.h>

Data Fields

QWORD Rsp
 The value of the guest RSP register at the moment of execution. More...
 
QWORD StackBase
 The stack base for the thread that attempted the execution. More...
 
QWORD StackLimit
 The stack limit for the thread that attempted the execution. More...
 
DWORD Length
 The length of the instruction. More...
 

Detailed Description

Holds information about an execution attempt.

Definition at line 999 of file intro_types.h.

Field Documentation

◆ Length

DWORD _INTRO_EXEC_INFO::Length

◆ Rsp

QWORD _INTRO_EXEC_INFO::Rsp

The value of the guest RSP register at the moment of execution.

Definition at line 1001 of file intro_types.h.

Referenced by IntLixVmaHandlePageExecution(), IntWinCrashHandleDepViolation(), IntWinSudSendSudExecAlert(), and IntWinVadIsExecSuspicious().

◆ StackBase

QWORD _INTRO_EXEC_INFO::StackBase

The stack base for the thread that attempted the execution.

Definition at line 1002 of file intro_types.h.

Referenced by IntLixVmaHandlePageExecution(), IntWinCrashHandleDepViolation(), and IntWinVadIsExecSuspicious().

◆ StackLimit

QWORD _INTRO_EXEC_INFO::StackLimit

The stack limit for the thread that attempted the execution.

Definition at line 1003 of file intro_types.h.

Referenced by IntLixVmaHandlePageExecution(), IntWinCrashHandleDepViolation(), and IntWinVadIsExecSuspicious().


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