Bitdefender Hypervisor Memory Introspection
_HOOK_HEADER Struct Reference

#include <hook.h>

Data Fields

DWORD Flags
 Generic flags. Check out EPT Hook flags. More...
 
BYTE HookType
 The type of the hook structure (see _HOOK_TYPE) More...
 
BYTE EptHookType
 The type of the hook in EPT (see IG_EPT_HOOK_TYPE) More...
 
BYTE _Reserved [2]
 
void * ParentHook
 The parent hook. For a GPA hook, for example, a GVA hook or a PagedHook will be the parent hook. More...
 
void * Context
 User-defined data that will be supplied to the callback. More...
 

Detailed Description

General hook header. A hook header must precede each hook type, especially if chaining is needed.

Definition at line 65 of file hook.h.

Field Documentation

◆ _Reserved

BYTE _HOOK_HEADER::_Reserved[2]

Definition at line 70 of file hook.h.

◆ Context

◆ EptHookType

◆ Flags

◆ HookType

◆ ParentHook


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