Bitdefender Hypervisor Memory Introspection
_CAMI_HEADER Struct Reference

Describe the CAMI file header. More...

#include <update_guests.h>

Data Fields

DWORD Magic
 Magic value. Should be CAMI_MAGIC_WORD. More...
 
CAMI_VERSION Version
 Version. More...
 
DWORD FileSize
 The size of the update file. Should be equal with the value of BufferSize. More...
 
DWORD NumberOfSections
 Number of entries in the table bellow. More...
 
DWORD PointerToSectionsHeaders
 RVA of a CAMI_SECTION_HEADER table. More...
 

Detailed Description

Describe the CAMI file header.

Definition at line 75 of file update_guests.h.

Field Documentation

◆ FileSize

DWORD _CAMI_HEADER::FileSize

The size of the update file. Should be equal with the value of BufferSize.

Definition at line 82 of file update_guests.h.

Referenced by IntCamiSetUpdateBuffer().

◆ Magic

DWORD _CAMI_HEADER::Magic

Magic value. Should be CAMI_MAGIC_WORD.

Definition at line 77 of file update_guests.h.

Referenced by IntCamiSetUpdateBuffer().

◆ NumberOfSections

DWORD _CAMI_HEADER::NumberOfSections

Number of entries in the table bellow.

Definition at line 83 of file update_guests.h.

◆ PointerToSectionsHeaders

DWORD _CAMI_HEADER::PointerToSectionsHeaders

RVA of a CAMI_SECTION_HEADER table.

Definition at line 84 of file update_guests.h.

◆ Version

CAMI_VERSION _CAMI_HEADER::Version

Version.

Definition at line 79 of file update_guests.h.

Referenced by IntCamiSetUpdateBuffer().


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