Bitdefender Hypervisor Memory Introspection
_SERIALIZER_LIX_KERNEL_MODULE Struct Reference

Describes a serialized intObjLixKernelModule object. More...

Data Fields

struct {
   QWORD   Base
 The base guest virtual address of the section. More...
 
   DWORD   Size
 The total size of the section. More...
 
   DWORD   TextSize
 The size of the .text (code usually). More...
 
   DWORD   RoSize
 The size of the .rodata (read-only). More...
 
InitLayout
 
struct {
   QWORD   Base
 The base guest virtual address of the section. More...
 
   DWORD   Size
 The total size of the section. More...
 
   DWORD   TextSize
 The size of the .text (code usually). More...
 
   DWORD   RoSize
 The size of the .rodata (read-only). More...
 
CoreLayout
 

Detailed Description

Describes a serialized intObjLixKernelModule object.

Definition at line 239 of file serializers.c.

Field Documentation

◆ Base

QWORD _SERIALIZER_LIX_KERNEL_MODULE::Base

The base guest virtual address of the section.

Definition at line 243 of file serializers.c.

Referenced by IntSerializeLixKernelModule().

◆ CoreLayout

struct { ... } _SERIALIZER_LIX_KERNEL_MODULE::CoreLayout

◆ InitLayout

struct { ... } _SERIALIZER_LIX_KERNEL_MODULE::InitLayout

◆ RoSize

DWORD _SERIALIZER_LIX_KERNEL_MODULE::RoSize

The size of the .rodata (read-only).

Definition at line 246 of file serializers.c.

Referenced by IntSerializeLixKernelModule().

◆ Size

DWORD _SERIALIZER_LIX_KERNEL_MODULE::Size

The total size of the section.

Definition at line 244 of file serializers.c.

Referenced by IntSerializeLixKernelModule().

◆ TextSize

DWORD _SERIALIZER_LIX_KERNEL_MODULE::TextSize

The size of the .text (code usually).

Definition at line 245 of file serializers.c.

Referenced by IntSerializeLixKernelModule().


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