Bitdefender Hypervisor Memory Introspection
_LIX_FN_DETOUR Struct Reference

Describes a Linux-function to be hooked. More...

#include <detours.h>

Data Fields

DETOUR_ID Id
 The DETOUR_ID of the linux detour descriptor. More...
 
char * FunctionName
 
char * HijackFunctionName
 The name of the function from the FunctionName to be hooked. More...
 
PFUNC_LixDetourCallback Callback
 Callback to be invoked when the detour issues a hypercall. More...
 
QWORD EnableFlags
 These are checked against the current options from gGuest. More...
 

Detailed Description

Describes a Linux-function to be hooked.

Definition at line 416 of file detours.h.

Field Documentation

◆ Callback

PFUNC_LixDetourCallback _LIX_FN_DETOUR::Callback

Callback to be invoked when the detour issues a hypercall.

Definition at line 422 of file detours.h.

Referenced by IntDetCallCallback().

◆ EnableFlags

QWORD _LIX_FN_DETOUR::EnableFlags

These are checked against the current options from gGuest.

Definition at line 423 of file detours.h.

◆ FunctionName

char* _LIX_FN_DETOUR::FunctionName

The name of the function to be hooked.

Definition at line 419 of file detours.h.

◆ HijackFunctionName

char* _LIX_FN_DETOUR::HijackFunctionName

The name of the function from the FunctionName to be hooked.

Definition at line 421 of file detours.h.

◆ Id

DETOUR_ID _LIX_FN_DETOUR::Id

The DETOUR_ID of the linux detour descriptor.

Definition at line 418 of file detours.h.


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