Bitdefender Hypervisor Memory Introspection
_SERIALIZER_INJECTION Struct Reference

Describes a serialized intObjInjection object. More...

Data Fields

QWORD Gva
 The guest virtual address in which the injection occurs. More...
 
DWORD Length
 The length of the injection. More...
 
DWORD Type
 The injection type. More...
 

Detailed Description

Describes a serialized intObjInjection object.

Definition at line 140 of file serializers.c.

Field Documentation

◆ Gva

QWORD _SERIALIZER_INJECTION::Gva

The guest virtual address in which the injection occurs.

Definition at line 142 of file serializers.c.

Referenced by IntSerializeInjection().

◆ Length

DWORD _SERIALIZER_INJECTION::Length

The length of the injection.

Definition at line 143 of file serializers.c.

Referenced by IntSerializeInjection().

◆ Type

DWORD _SERIALIZER_INJECTION::Type

The injection type.

Definition at line 144 of file serializers.c.

Referenced by IntSerializeInjection().


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