Bitdefender Hypervisor Memory Introspection
_SERIALIZER_INSTRUX Struct Reference

Describes a serialized intObjInstrux object. More...

Data Fields

QWORD Rip
 The guest virtual address of the instruction. More...
 
BYTE Bytes [16]
 The instruction bytes. More...
 

Detailed Description

Describes a serialized intObjInstrux object.

Definition at line 286 of file serializers.c.

Field Documentation

◆ Bytes

BYTE _SERIALIZER_INSTRUX::Bytes[16]

The instruction bytes.

Definition at line 289 of file serializers.c.

Referenced by IntSerializeInstruction().

◆ Rip

QWORD _SERIALIZER_INSTRUX::Rip

The guest virtual address of the instruction.

Definition at line 288 of file serializers.c.

Referenced by IntSerializeInstruction().


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