Bitdefender Hypervisor Memory Introspection
_SERIALIZER_KERNEL_DRV_OBJECT Struct Reference

Describes a serialized intObjKernelDrvObject object. More...

Data Fields

QWORD Gva
 The guest virtual address of the guest _DRIVER_OBJECT represented by this structure. More...
 
QWORD Gpa
 The guest physical address of the guest _DRIVER_OBJECT represented by this structure. More...
 
QWORD FastIOTableAddress
 

Detailed Description

Describes a serialized intObjKernelDrvObject object.

Definition at line 262 of file serializers.c.

Field Documentation

◆ FastIOTableAddress

QWORD _SERIALIZER_KERNEL_DRV_OBJECT::FastIOTableAddress

Definition at line 269 of file serializers.c.

Referenced by IntSerializeKernelDrvObject().

◆ Gpa

QWORD _SERIALIZER_KERNEL_DRV_OBJECT::Gpa

The guest physical address of the guest _DRIVER_OBJECT represented by this structure.

Definition at line 267 of file serializers.c.

Referenced by IntSerializeKernelDrvObject().

◆ Gva

QWORD _SERIALIZER_KERNEL_DRV_OBJECT::Gva

The guest virtual address of the guest _DRIVER_OBJECT represented by this structure.

Definition at line 265 of file serializers.c.

Referenced by IntSerializeKernelDrvObject().


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