Bitdefender Hypervisor Memory Introspection
_CAMI_WIN_FUNCTION_PATTERN Struct Reference

Describe a function pattern. More...

#include <update_guests.h>

Data Fields

BYTE SectionHint [8]
 Section hint where this pattern should be found. More...
 
DWORD HashLength
 The length (count of DWORDs) of the pattern. More...
 
DWORD HashOffset
 Pattern file pointer. (pointer to a DWORD array) More...
 
DWORD _Reserved1
 Reserved for future use. More...
 
DWORD Extended
 The file pointer of this structure's extension. More...
 

Detailed Description

Describe a function pattern.

Definition at line 203 of file update_guests.h.

Field Documentation

◆ _Reserved1

DWORD _CAMI_WIN_FUNCTION_PATTERN::_Reserved1

Reserved for future use.

Definition at line 209 of file update_guests.h.

◆ Extended

DWORD _CAMI_WIN_FUNCTION_PATTERN::Extended

The file pointer of this structure's extension.

Definition at line 210 of file update_guests.h.

◆ HashLength

DWORD _CAMI_WIN_FUNCTION_PATTERN::HashLength

The length (count of DWORDs) of the pattern.

Definition at line 206 of file update_guests.h.

◆ HashOffset

DWORD _CAMI_WIN_FUNCTION_PATTERN::HashOffset

Pattern file pointer. (pointer to a DWORD array)

Definition at line 207 of file update_guests.h.

◆ SectionHint

BYTE _CAMI_WIN_FUNCTION_PATTERN::SectionHint[8]

Section hint where this pattern should be found.

Definition at line 205 of file update_guests.h.

Referenced by IntCamiLoadWindows().


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