Bitdefender Hypervisor Memory Introspection
_SERIALIZER_WIN_VAD Struct Reference

Describes a serialized intObjWinVad object. More...

Data Fields

QWORD StartPage
 The first page in the VAD. More...
 
QWORD EndPage
 
QWORD VadGva
 The guest virtual address at which the corresponding Windows _MMVAD structure is located. More...
 
DWORD VadProtection
 The protection as represented inside the Windows kernel. More...
 
DWORD VadType
 The type of the VAD. More...
 
DWORD Protection
 VAD protection as represented by Introcore. More...
 
DWORD ExecCount
 The number of execution violations triggered by pages inside this VAD. More...
 
DWORD Flags
 The flags of the VAD. More...
 

Detailed Description

Describes a serialized intObjWinVad object.

Definition at line 200 of file serializers.c.

Field Documentation

◆ EndPage

QWORD _SERIALIZER_WIN_VAD::EndPage

The last page in the VAD.

Definition at line 203 of file serializers.c.

Referenced by IntSerializeWinVad().

◆ ExecCount

DWORD _SERIALIZER_WIN_VAD::ExecCount

The number of execution violations triggered by pages inside this VAD.

Definition at line 209 of file serializers.c.

Referenced by IntSerializeWinVad().

◆ Flags

DWORD _SERIALIZER_WIN_VAD::Flags

The flags of the VAD.

Definition at line 210 of file serializers.c.

Referenced by IntSerializeWinVad().

◆ Protection

DWORD _SERIALIZER_WIN_VAD::Protection

VAD protection as represented by Introcore.

Definition at line 208 of file serializers.c.

Referenced by IntSerializeWinVad().

◆ StartPage

QWORD _SERIALIZER_WIN_VAD::StartPage

The first page in the VAD.

Definition at line 202 of file serializers.c.

Referenced by IntSerializeWinVad().

◆ VadGva

QWORD _SERIALIZER_WIN_VAD::VadGva

The guest virtual address at which the corresponding Windows _MMVAD structure is located.

Definition at line 205 of file serializers.c.

Referenced by IntSerializeWinVad().

◆ VadProtection

DWORD _SERIALIZER_WIN_VAD::VadProtection

The protection as represented inside the Windows kernel.

Definition at line 206 of file serializers.c.

Referenced by IntSerializeWinVad().

◆ VadType

DWORD _SERIALIZER_WIN_VAD::VadType

The type of the VAD.

Definition at line 207 of file serializers.c.

Referenced by IntSerializeWinVad().


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