Bitdefender Hypervisor Memory Introspection
_SERIALIZER_EXPORT Struct Reference

Describes a serialized intObjExport object. More...

Data Fields

DWORD Count
 The number of the exports. More...
 
DWORD Delta
 The offset inside the affected function at which the access was made. More...
 
BYTE Exports [0]
 The name of the accessed function, if any. More...
 

Detailed Description

Describes a serialized intObjExport object.

Definition at line 400 of file serializers.c.

Field Documentation

◆ Count

DWORD _SERIALIZER_EXPORT::Count

The number of the exports.

Definition at line 402 of file serializers.c.

Referenced by IntSerializeExport().

◆ Delta

DWORD _SERIALIZER_EXPORT::Delta

The offset inside the affected function at which the access was made.

Definition at line 403 of file serializers.c.

Referenced by IntSerializeExport().

◆ Exports

BYTE _SERIALIZER_EXPORT::Exports[0]

The name of the accessed function, if any.

Definition at line 404 of file serializers.c.


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