Bitdefender Hypervisor Memory Introspection
_SERIALIZER_CODE_BLOCKS Struct Reference

Describes a serialized intObjCodeBlocks object. More...

Data Fields

QWORD StartAddress
 The guest linear address from which the code blocks were extracted. More...
 
QWORD Rip
 
DWORD RipCbIndex
 Index in the CodeBlocks array for the pattern extracted for the instruction at Rip. More...
 
DWORD Count
 The number of available entries in the CodeBlocks array. More...
 
DWORD Content [0]
 Array of actual code block items. More...
 

Detailed Description

Describes a serialized intObjCodeBlocks object.

Definition at line 365 of file serializers.c.

Field Documentation

◆ Content

DWORD _SERIALIZER_CODE_BLOCKS::Content[0]

Array of actual code block items.

Definition at line 372 of file serializers.c.

◆ Count

DWORD _SERIALIZER_CODE_BLOCKS::Count

The number of available entries in the CodeBlocks array.

Definition at line 371 of file serializers.c.

Referenced by IntSerializeCodeBlocks().

◆ Rip

QWORD _SERIALIZER_CODE_BLOCKS::Rip

The value of the guest RIP at the moment of the alert.

Definition at line 368 of file serializers.c.

◆ RipCbIndex

DWORD _SERIALIZER_CODE_BLOCKS::RipCbIndex

Index in the CodeBlocks array for the pattern extracted for the instruction at Rip.

Definition at line 370 of file serializers.c.

◆ StartAddress

QWORD _SERIALIZER_CODE_BLOCKS::StartAddress

The guest linear address from which the code blocks were extracted.

Definition at line 367 of file serializers.c.


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