|
Bitdefender Hypervisor Memory Introspection
|
Windows detour descriptors. More...
#include "detours.h"Go to the source code of this file.
Variables | |
| API_HOOK_DESCRIPTOR | gHookableApisX86 [] |
| The functions to be hooked for 32-bit Windows guests. More... | |
| const size_t | gHookableApisX86Size |
| The number of functions to be hooked for 32-bit Windows guests. More... | |
| API_HOOK_DESCRIPTOR | gHookableApisX64 [] |
| The functions to be hooked for 64-bit Windows guests. More... | |
| const size_t | gHookableApisX64Size |
| The number of functions to be hooked for 64-bit Windows guests. More... | |
Windows detour descriptors.
This file exposes the global variables describing the detours that Introcore will set on Windows kernel functions. Please see winhkhnd.c for more information.
Definition in file winhkhnd.h.
| API_HOOK_DESCRIPTOR gHookableApisX64[] |
The functions to be hooked for 64-bit Windows guests.
Definition at line 1590 of file winhkhnd.c.
Referenced by IntWinApiHookAll(), IntWinApiUpdateHookDescriptor(), and IntWinApiUpdateHooks().
| const size_t gHookableApisX64Size |
The number of functions to be hooked for 64-bit Windows guests.
Definition at line 4526 of file winhkhnd.c.
Referenced by IntWinApiHookAll(), IntWinApiUpdateHookDescriptor(), and IntWinApiUpdateHooks().
| API_HOOK_DESCRIPTOR gHookableApisX86[] |
The functions to be hooked for 32-bit Windows guests.
Definition at line 61 of file winhkhnd.c.
Referenced by IntWinApiHookAll(), IntWinApiUpdateHookDescriptor(), and IntWinApiUpdateHooks().
| const size_t gHookableApisX86Size |
The number of functions to be hooked for 32-bit Windows guests.
Definition at line 1584 of file winhkhnd.c.
Referenced by IntWinApiHookAll(), IntWinApiUpdateHookDescriptor(), and IntWinApiUpdateHooks().