Bitdefender Hypervisor Memory Introspection
_CB_CACHE Struct Reference

Describes a code-blocks cache entry. More...

Data Fields

QWORD Rip
 The RIP from which the write came from. More...
 
DWORD Count
 The number of the code-blocks. More...
 
DWORD CsType
 The CS type. More...
 
QWORD Cr3
 The CR3 of the process from which the write came from. More...
 
DWORD CodeBlocks [PAGE_SIZE/sizeof(DWORD)]
 The code-blocks array. More...
 
QWORD EventId
 The current event ID. More...
 

Detailed Description

Describes a code-blocks cache entry.

Definition at line 45 of file exceptions.c.

Field Documentation

◆ CodeBlocks

DWORD _CB_CACHE::CodeBlocks[PAGE_SIZE/sizeof(DWORD)]

The code-blocks array.

Definition at line 51 of file exceptions.c.

Referenced by IntExceptVerifyCodeBlocksSig().

◆ Count

DWORD _CB_CACHE::Count

The number of the code-blocks.

Definition at line 48 of file exceptions.c.

Referenced by IntExceptSignaturesHasType(), and IntExceptVerifyCodeBlocksSig().

◆ Cr3

QWORD _CB_CACHE::Cr3

The CR3 of the process from which the write came from.

Definition at line 50 of file exceptions.c.

Referenced by IntExceptInvCbCacheByCr3(), and IntExceptVerifyCodeBlocksSig().

◆ CsType

DWORD _CB_CACHE::CsType

The CS type.

Definition at line 49 of file exceptions.c.

Referenced by IntExceptVerifyCodeBlocksSig().

◆ EventId

QWORD _CB_CACHE::EventId

The current event ID.

Definition at line 53 of file exceptions.c.

Referenced by IntExceptVerifyCodeBlocksSig().

◆ Rip

QWORD _CB_CACHE::Rip

The RIP from which the write came from.

Definition at line 47 of file exceptions.c.

Referenced by IntExceptInvCbCacheByGva(), and IntExceptVerifyCodeBlocksSig().


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