Bitdefender Hypervisor Memory Introspection
_INTRO_EXEC_DATA Struct Reference

Holds the data related to an execution attempt. More...

#include <intro_types.h>

Data Fields

INTRO_PROCESS Process
 The process in which the execution was attempted. More...
 
INTRO_EXEC_CONTEXT ExecContext
 The context of the execution. More...
 
INTRO_EXEC_INFO StackInfo
 Stack information. More...
 
BOOLEAN Code64
 True if the code was in 64-bit mode, False if it was in 32-bit mode. More...
 

Detailed Description

Holds the data related to an execution attempt.

Definition at line 1128 of file intro_types.h.

Field Documentation

◆ Code64

BOOLEAN _INTRO_EXEC_DATA::Code64

True if the code was in 64-bit mode, False if it was in 32-bit mode.

Definition at line 1133 of file intro_types.h.

◆ ExecContext

INTRO_EXEC_CONTEXT _INTRO_EXEC_DATA::ExecContext

The context of the execution.

Definition at line 1131 of file intro_types.h.

Referenced by IntLixEngExecSendNotification(), and IntWinEngExecSendNotification().

◆ Process

INTRO_PROCESS _INTRO_EXEC_DATA::Process

The process in which the execution was attempted.

Definition at line 1130 of file intro_types.h.

Referenced by IntLixEngExecSendNotification(), and IntWinEngExecSendNotification().

◆ StackInfo

INTRO_EXEC_INFO _INTRO_EXEC_DATA::StackInfo

Stack information.

Definition at line 1132 of file intro_types.h.

Referenced by IntLixEngExecSendNotification(), and IntWinEngExecSendNotification().


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