Bitdefender Hypervisor Memory Introspection
_CODE_BLOCK_PATTERN Struct Reference

#include <codeblocks.h>

Data Fields

DWORD Offset
 The offset of the instruction in the page. More...
 
BYTE Value
 The CODE_INS value describing the instruction type. More...
 

Detailed Description

This structure describes an instruction inside a pattern.

Definition at line 68 of file codeblocks.h.

Field Documentation

◆ Offset

DWORD _CODE_BLOCK_PATTERN::Offset

The offset of the instruction in the page.

Definition at line 70 of file codeblocks.h.

Referenced by IntFragDumpBlocks(), and IntSerializeExtractCodeBlocks().

◆ Value

BYTE _CODE_BLOCK_PATTERN::Value

The CODE_INS value describing the instruction type.

Definition at line 71 of file codeblocks.h.

Referenced by IntFragDumpBlocks(), and IntSerializeExtractCodeBlocks().


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