|
Bitdefender Hypervisor Memory Introspection
|
#include <hook_gpa.h>
Data Fields | |
| HOOK_HEADER | Header |
| Hook header. More... | |
| LIST_ENTRY | Link |
| List entry element. More... | |
| QWORD | GpaPage |
| The page where the hook is set. More... | |
| WORD | Offset |
| The offset within the page where the hook starts. 0-4095 valid. More... | |
| WORD | Length |
| The length, in bytes, of the hook. 1-4096 valid. More... | |
| PFUNC_EptViolationCallback | Callback |
| The callback for this hook. More... | |
| QUEUE_ENTRY | LinkRemoved |
| Link element for the removed hooks list. More... | |
Describes one guest physical address hook, for a given access type.
Definition at line 41 of file hook_gpa.h.
| PFUNC_EptViolationCallback _HOOK_GPA::Callback |
The callback for this hook.
Definition at line 50 of file hook_gpa.h.
Referenced by IntHandleMemAccess(), IntHookGpaDump(), and IntHookGpaSetHook().
| QWORD _HOOK_GPA::GpaPage |
The page where the hook is set.
Definition at line 46 of file hook_gpa.h.
Referenced by IntDbgCheckHooks(), IntHandleMemAccess(), IntHookGpaCommitHooks(), IntHookGpaDump(), IntHookGpaIsPageHooked(), and IntHookGpaSetHook().
| HOOK_HEADER _HOOK_GPA::Header |
Hook header.
Definition at line 43 of file hook_gpa.h.
Referenced by IntDbgCheckHooks(), IntHandleMemAccess(), IntHookGpaCommitHooks(), IntHookGpaDump(), IntHookGpaInsertHookInList(), IntHookGpaIsPageHooked(), IntHookGpaSetHook(), IntLixGuestDetourCodeHandler(), and IntLixGuestDetourDataHandler().
| WORD _HOOK_GPA::Length |
The length, in bytes, of the hook. 1-4096 valid.
Definition at line 48 of file hook_gpa.h.
Referenced by IntHandleMemAccess(), IntHookGpaDump(), and IntHookGpaSetHook().
| LIST_ENTRY _HOOK_GPA::Link |
List entry element.
Definition at line 44 of file hook_gpa.h.
| QUEUE_ENTRY _HOOK_GPA::LinkRemoved |
Link element for the removed hooks list.
Definition at line 52 of file hook_gpa.h.
| WORD _HOOK_GPA::Offset |
The offset within the page where the hook starts. 0-4095 valid.
Definition at line 47 of file hook_gpa.h.
Referenced by IntHandleMemAccess(), IntHookGpaDump(), and IntHookGpaSetHook().