Bitdefender Hypervisor Memory Introspection
_HOOK_GVA_STATE Struct Reference

#include <hook_gva.h>

Data Fields

LIST_HEAD GvaHooks
 The list of GVA hooks. More...
 
LIST_HEAD RemovedHooksList
 IntHookGvaCommitHooks function is called. More...
 
BOOLEAN HooksRemoved
 True if at least one hook has been removed since the last commit. More...
 

Detailed Description

Global GVA hooks state.

Definition at line 47 of file hook_gva.h.

Field Documentation

◆ GvaHooks

LIST_HEAD _HOOK_GVA_STATE::GvaHooks

The list of GVA hooks.

Definition at line 49 of file hook_gva.h.

Referenced by DbgDumpHooksGva(), IntHookGvaInit(), and IntHookGvaSetHook().

◆ HooksRemoved

BOOLEAN _HOOK_GVA_STATE::HooksRemoved

True if at least one hook has been removed since the last commit.

Definition at line 52 of file hook_gva.h.

Referenced by IntHookCommitAllHooks(), IntHookGvaCommitHooks(), and IntHookGvaRemoveHookInternal().

◆ RemovedHooksList

LIST_HEAD _HOOK_GVA_STATE::RemovedHooksList

IntHookGvaCommitHooks function is called.

The list of removed GVA hooks. Hooks will stay in this list until the

Definition at line 50 of file hook_gva.h.

Referenced by DbgDumpHooksGva(), IntHookGvaCommitHooks(), IntHookGvaInit(), and IntHookGvaRemoveHookInternal().


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