Bitdefender Hypervisor Memory Introspection
_SERIALIZER_EXEC_INFO Struct Reference

Describes a serialized intObjExecInfo object. More...

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

Describes a serialized intObjExecInfo object.

Definition at line 353 of file serializers.c.

Field Documentation

◆ Length

DWORD _SERIALIZER_EXEC_INFO::Length

The length of the instruction.

Definition at line 358 of file serializers.c.

Referenced by IntSerializeExecInfo().

◆ Rsp

QWORD _SERIALIZER_EXEC_INFO::Rsp

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

Definition at line 355 of file serializers.c.

Referenced by IntSerializeExecInfo().

◆ StackBase

QWORD _SERIALIZER_EXEC_INFO::StackBase

The stack base for the thread that attempted the execution.

Definition at line 356 of file serializers.c.

Referenced by IntSerializeExecInfo().

◆ StackLimit

QWORD _SERIALIZER_EXEC_INFO::StackLimit

The stack limit for the thread that attempted the execution.

Definition at line 357 of file serializers.c.

Referenced by IntSerializeExecInfo().


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