Bitdefender Hypervisor Memory Introspection
_CAMI_LIX_HOOK Struct Reference

Describe a function to be hooked by introcore. More...

#include <update_guests.h>

Data Fields

DWORD NameHash
 Function name hash. More...
 
BYTE HookHandler
 The hook handler index from the API_HOOK_DESCRIPTOR. More...
 
BYTE SkipOnBoot
 TRUE if this function should not be hooked on boot. More...
 
WORD _Reserved1
 Reserved for future use. More...
 
DWORD _Reserved2
 Reserved for future use. More...
 

Detailed Description

Describe a function to be hooked by introcore.

Definition at line 122 of file update_guests.h.

Field Documentation

◆ _Reserved1

WORD _CAMI_LIX_HOOK::_Reserved1

Reserved for future use.

Definition at line 127 of file update_guests.h.

◆ _Reserved2

DWORD _CAMI_LIX_HOOK::_Reserved2

Reserved for future use.

Definition at line 128 of file update_guests.h.

◆ HookHandler

BYTE _CAMI_LIX_HOOK::HookHandler

The hook handler index from the API_HOOK_DESCRIPTOR.

Definition at line 125 of file update_guests.h.

Referenced by IntCamiLoadLinux().

◆ NameHash

DWORD _CAMI_LIX_HOOK::NameHash

Function name hash.

Definition at line 124 of file update_guests.h.

Referenced by IntCamiLoadLinux().

◆ SkipOnBoot

BYTE _CAMI_LIX_HOOK::SkipOnBoot

TRUE if this function should not be hooked on boot.

Definition at line 126 of file update_guests.h.

Referenced by IntCamiLoadLinux().


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