Bitdefender Hypervisor Memory Introspection
_INTRO_CODEBLOCKS::_INTRO_CODE_BLOCK Struct Reference

Array of actual code block patterns. More...

#include <intro_types.h>

Data Fields

WORD Offset
 The page offset from which the pattern was extracted. The page is considered to be StartAddress, rounded down to 4K. More...
 
BYTE Pivot
 An instruction identifier used internally by the Introcore engine (see CODE_INS). More...
 
DWORD Value
 A hash of the code represented by this block. More...
 

Detailed Description

Array of actual code block patterns.

Definition at line 1051 of file intro_types.h.

Field Documentation

◆ Offset

WORD _INTRO_CODEBLOCKS::_INTRO_CODE_BLOCK::Offset

The page offset from which the pattern was extracted. The page is considered to be StartAddress, rounded down to 4K.

Definition at line 1055 of file intro_types.h.

◆ Pivot

BYTE _INTRO_CODEBLOCKS::_INTRO_CODE_BLOCK::Pivot

An instruction identifier used internally by the Introcore engine (see CODE_INS).

Definition at line 1056 of file intro_types.h.

◆ Value

DWORD _INTRO_CODEBLOCKS::_INTRO_CODE_BLOCK::Value

A hash of the code represented by this block.

Definition at line 1057 of file intro_types.h.


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