Bitdefender Hypervisor Memory Introspection
_HOOK_SPP_ENTRY Struct Reference

#include <hook_gpa.h>

Data Fields

QWORD OldSpp
 Old SPP value. Usually indicates full write access to the entire page. More...
 
QWORD CurSpp
 Current SPP permissions. More...
 
DWORD SppCount [32]
 Number of write hooks placed on each 128 bytes region within the page. More...
 

Detailed Description

Describes one sub-page permissions hook entry. Such entries are allocated only for write hooks that span less than a page (4K) in size.

Definition at line 60 of file hook_gpa.h.

Field Documentation

◆ CurSpp

QWORD _HOOK_SPP_ENTRY::CurSpp

Current SPP permissions.

Definition at line 63 of file hook_gpa.h.

Referenced by IntHookGpaSetHook(), and IntHookGpaSetNewPageProtection().

◆ OldSpp

QWORD _HOOK_SPP_ENTRY::OldSpp

Old SPP value. Usually indicates full write access to the entire page.

Definition at line 62 of file hook_gpa.h.

◆ SppCount

DWORD _HOOK_SPP_ENTRY::SppCount[32]

Number of write hooks placed on each 128 bytes region within the page.

Definition at line 64 of file hook_gpa.h.

Referenced by IntHookGpaSetHook(), and IntHookGpaSetNewPageProtection().


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