Bitdefender Hypervisor Memory Introspection
_INT_STRUCT_INVARIANT Struct Reference

#include <structs.h>

Data Fields

size_t Offset
 Offset from where the field/structure is to be extracted. More...
 
PFUNC_IntStructGetter Getter
 Callback function that is responsible for searching for the offset and extracting a field/structure from the guest. More...
 

Detailed Description

Describe an invariant with which a guest structure/field is extracted from the guest

Definition at line 36 of file structs.h.

Field Documentation

◆ Getter

PFUNC_IntStructGetter _INT_STRUCT_INVARIANT::Getter

Callback function that is responsible for searching for the offset and extracting a field/structure from the guest.

Definition at line 46 of file structs.h.

◆ Offset

size_t _INT_STRUCT_INVARIANT::Offset

Offset from where the field/structure is to be extracted.

Will be INT_OFFSET_NOT_INITIALIZED if the offset is to be searched for, or any other value if it's known.

Definition at line 42 of file structs.h.

Referenced by IntWinNetGetTcpEndpoint(), and IntWinNetGetTcpListener().


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