Bitdefender Hypervisor Memory Introspection
_SERIALIZER_RIP_CODE Struct Reference

Describes a serialized intObjRipCode object. More...

Data Fields

DWORD CsType
 The type of the code segment. Can be one of the IG_CS_TYPE values. More...
 
DWORD Length
 The length of the code array. More...
 
BYTE Code [0]
 The contents of the guest memory page that contains the RIP. More...
 

Detailed Description

Describes a serialized intObjRipCode object.

Definition at line 379 of file serializers.c.

Field Documentation

◆ Code

BYTE _SERIALIZER_RIP_CODE::Code[0]

The contents of the guest memory page that contains the RIP.

Definition at line 383 of file serializers.c.

Referenced by IntSerializeRipCode().

◆ CsType

DWORD _SERIALIZER_RIP_CODE::CsType

The type of the code segment. Can be one of the IG_CS_TYPE values.

Definition at line 381 of file serializers.c.

Referenced by IntSerializeRipCode().

◆ Length

DWORD _SERIALIZER_RIP_CODE::Length

The length of the code array.

Definition at line 382 of file serializers.c.

Referenced by IntSerializeRipCode().


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