Bitdefender Hypervisor Memory Introspection
_SERIALIZER_LIX_VMA Struct Reference

Describes a serialized intObjLixVma object. More...

Data Fields

QWORD Start
 Start of the memory described by the VMA. More...
 
QWORD End
 
QWORD Gva
 The guest virtual address of the vm_area_struct this structure is based on. More...
 
QWORD Flags
 Flags for the VMA. More...
 
QWORD File
 The guest virtual address of the file this VMA maps to. More...
 

Detailed Description

Describes a serialized intObjLixVma object.

Definition at line 186 of file serializers.c.

Field Documentation

◆ End

QWORD _SERIALIZER_LIX_VMA::End

End of the memory described by the VMA.

Definition at line 189 of file serializers.c.

Referenced by IntSerializeLixVma().

◆ File

QWORD _SERIALIZER_LIX_VMA::File

The guest virtual address of the file this VMA maps to.

Definition at line 193 of file serializers.c.

Referenced by IntSerializeLixVma().

◆ Flags

QWORD _SERIALIZER_LIX_VMA::Flags

Flags for the VMA.

Definition at line 192 of file serializers.c.

Referenced by IntSerializeLixVma().

◆ Gva

QWORD _SERIALIZER_LIX_VMA::Gva

The guest virtual address of the vm_area_struct this structure is based on.

Definition at line 191 of file serializers.c.

Referenced by IntSerializeLixVma().

◆ Start

QWORD _SERIALIZER_LIX_VMA::Start

Start of the memory described by the VMA.

Definition at line 188 of file serializers.c.

Referenced by IntSerializeLixVma().


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