Bitdefender Hypervisor Memory Introspection
_CAMI_LIX_DESCRIPTOR Struct Reference

Describe a CAMI file Linux descriptor. Load support for a Linux guest. More...

#include <update_guests.h>

Data Fields

CHAR VersionString [MAX_VERSION_STRING_SIZE]
 The versions string used to match this OS. More...
 
QWORD MinIntroVersion
 Minimum introcore version which supports this OS. More...
 
QWORD MaxIntroVersion
 Maximum introcore version which supports this OS. More...
 
DWORD StructuresCount
 
DWORD StructuresTable
 Opaque structures file pointer. (pointer to a CAMI_OPAQUE_STRUCTURE array). More...
 
DWORD HooksCount
 
DWORD HooksTable
 Hooked functions file pointer. (pointer to a CAMI_LIX_HOOK array). More...
 
DWORD CustomProtectionOffset
 Protection flags for this OS. (pointer to a CAMI_CUSTOM_OS_PROTECTION). More...
 
DWORD _Reserved1
 Reserved for future use. More...
 
DWORD _Reserved2
 Reserved for future use. More...
 
DWORD _Reserved3
 Reserved for future use. More...
 

Detailed Description

Describe a CAMI file Linux descriptor. Load support for a Linux guest.

Definition at line 98 of file update_guests.h.

Field Documentation

◆ _Reserved1

DWORD _CAMI_LIX_DESCRIPTOR::_Reserved1

Reserved for future use.

Definition at line 116 of file update_guests.h.

◆ _Reserved2

DWORD _CAMI_LIX_DESCRIPTOR::_Reserved2

Reserved for future use.

Definition at line 117 of file update_guests.h.

◆ _Reserved3

DWORD _CAMI_LIX_DESCRIPTOR::_Reserved3

Reserved for future use.

Definition at line 118 of file update_guests.h.

◆ CustomProtectionOffset

DWORD _CAMI_LIX_DESCRIPTOR::CustomProtectionOffset

Protection flags for this OS. (pointer to a CAMI_CUSTOM_OS_PROTECTION).

Definition at line 114 of file update_guests.h.

Referenced by IntCamiLoadLinux(), and IntCamiLoadProtOptionsLinux().

◆ HooksCount

DWORD _CAMI_LIX_DESCRIPTOR::HooksCount

Hooked functions count.

Definition at line 109 of file update_guests.h.

Referenced by IntCamiLoadLinux().

◆ HooksTable

DWORD _CAMI_LIX_DESCRIPTOR::HooksTable

Hooked functions file pointer. (pointer to a CAMI_LIX_HOOK array).

Definition at line 111 of file update_guests.h.

Referenced by IntCamiLoadLinux().

◆ MaxIntroVersion

QWORD _CAMI_LIX_DESCRIPTOR::MaxIntroVersion

Maximum introcore version which supports this OS.

Definition at line 103 of file update_guests.h.

Referenced by IntCamiLoadLinux(), and IntCamiLoadProtOptionsLinux().

◆ MinIntroVersion

QWORD _CAMI_LIX_DESCRIPTOR::MinIntroVersion

Minimum introcore version which supports this OS.

Definition at line 102 of file update_guests.h.

Referenced by IntCamiLoadLinux(), and IntCamiLoadProtOptionsLinux().

◆ StructuresCount

DWORD _CAMI_LIX_DESCRIPTOR::StructuresCount

Opaque structures count.

Definition at line 105 of file update_guests.h.

Referenced by IntCamiLoadLinux(), and IntCamiLoadProtOptionsLinux().

◆ StructuresTable

DWORD _CAMI_LIX_DESCRIPTOR::StructuresTable

Opaque structures file pointer. (pointer to a CAMI_OPAQUE_STRUCTURE array).

Definition at line 107 of file update_guests.h.

Referenced by IntCamiLoadLinux().

◆ VersionString

CHAR _CAMI_LIX_DESCRIPTOR::VersionString[MAX_VERSION_STRING_SIZE]

The versions string used to match this OS.

Definition at line 100 of file update_guests.h.

Referenced by IntCamiLoadLinux(), and IntCamiLoadProtOptionsLinux().


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