Bitdefender Hypervisor Memory Introspection
_EXCEPTION_CB_SIGNATURE Struct Reference

Describes a codeblocks signature. More...

#include <exceptions.h>

Data Fields

LIST_ENTRY Link
 
EXCEPTION_SIGNATURE_ID Id
 An unique id (_EXCEPTION_SIGNATURE_ID). More...
 
DWORD Flags
 Contains any flags from _SIGNATURE_FLG. More...
 
BYTE Score
 The number of (minimum) hashes from a list that need to match. More...
 
BYTE ListsCount
 The number of the list of hashes. More...
 
BOOLEAN AlertSignature
 True if the signature is added from alert. More...
 
CHAR Object []
 Contains list of (SIG_CODEBLOCK_HASH). More...
 

Detailed Description

Describes a codeblocks signature.

Definition at line 397 of file exceptions.h.

Field Documentation

◆ AlertSignature

BOOLEAN _EXCEPTION_CB_SIGNATURE::AlertSignature

True if the signature is added from alert.

Definition at line 406 of file exceptions.h.

Referenced by IntUpdateAddCbSignature(), and IntUpdateCreateCbSignatureFromAlert().

◆ Flags

DWORD _EXCEPTION_CB_SIGNATURE::Flags

Contains any flags from _SIGNATURE_FLG.

Definition at line 402 of file exceptions.h.

Referenced by DbgDumpExceptions(), IntUpdateAddCbSignature(), and IntUpdateCreateCbSignatureFromAlert().

◆ Id

◆ Link

LIST_ENTRY _EXCEPTION_CB_SIGNATURE::Link

◆ ListsCount

BYTE _EXCEPTION_CB_SIGNATURE::ListsCount

The number of the list of hashes.

Definition at line 405 of file exceptions.h.

Referenced by DbgDumpExceptions(), IntUpdateAddCbSignature(), and IntUpdateCreateCbSignatureFromAlert().

◆ Object

CHAR _EXCEPTION_CB_SIGNATURE::Object[]

Contains list of (SIG_CODEBLOCK_HASH).

Definition at line 408 of file exceptions.h.

Referenced by DbgDumpExceptions(), IntUpdateAddCbSignature(), and IntUpdateCreateCbSignatureFromAlert().

◆ Score

BYTE _EXCEPTION_CB_SIGNATURE::Score

The number of (minimum) hashes from a list that need to match.

Definition at line 404 of file exceptions.h.

Referenced by DbgDumpExceptions(), IntUpdateAddCbSignature(), and IntUpdateCreateCbSignatureFromAlert().


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