Bitdefender Hypervisor Memory Introspection
_LIX_FUNCTION Struct Reference

Describes a Linux function used by the detour mechanism. More...

#include <lixguest.h>

Data Fields

DWORD NameHash
 Crc32 of the function name. More...
 
DWORD HookHandler
 Used to identify the index of the LIX_FN_DETOUR the in the gLixHookHandlersx64. More...
 
BOOLEAN SkipOnBoot
 Unused. More...
 

Detailed Description

Describes a Linux function used by the detour mechanism.

Definition at line 49 of file lixguest.h.

Field Documentation

◆ HookHandler

DWORD _LIX_FUNCTION::HookHandler

Used to identify the index of the LIX_FN_DETOUR the in the gLixHookHandlersx64.

Definition at line 52 of file lixguest.h.

Referenced by IntCamiLoadLinux(), and IntLixApiHookAll().

◆ NameHash

DWORD _LIX_FUNCTION::NameHash

Crc32 of the function name.

Definition at line 51 of file lixguest.h.

Referenced by IntCamiLoadLinux(), and IntLixApiHookAll().

◆ SkipOnBoot

BOOLEAN _LIX_FUNCTION::SkipOnBoot

Unused.

Definition at line 53 of file lixguest.h.

Referenced by IntCamiLoadLinux().


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