Bitdefender Hypervisor Memory Introspection
_SIG_VALUE Struct Reference

Describes a value 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 lists of (SIG_VALUE_HASH). More...
 

Detailed Description

Describes a value signature.

Definition at line 452 of file exceptions.h.

Field Documentation

◆ AlertSignature

BOOLEAN _SIG_VALUE::AlertSignature

True if the signature is added from alert.

Definition at line 461 of file exceptions.h.

Referenced by IntUpdateAddValueSignature().

◆ Flags

DWORD _SIG_VALUE::Flags

Contains any flags from SIGNATURE_FLG.

Definition at line 457 of file exceptions.h.

Referenced by DbgDumpExceptions(), and IntUpdateAddValueSignature().

◆ Id

EXCEPTION_SIGNATURE_ID _SIG_VALUE::Id

An unique id (EXCEPTION_SIGNATURE_ID).

Definition at line 456 of file exceptions.h.

Referenced by DbgDumpExceptions(), and IntUpdateAddValueSignature().

◆ Link

LIST_ENTRY _SIG_VALUE::Link

Definition at line 454 of file exceptions.h.

Referenced by IntUpdateAddValueSignature().

◆ ListsCount

BYTE _SIG_VALUE::ListsCount

The number of the list of hashes.

Definition at line 460 of file exceptions.h.

Referenced by DbgDumpExceptions(), and IntUpdateAddValueSignature().

◆ Object

CHAR _SIG_VALUE::Object[]

Contains lists of (SIG_VALUE_HASH).

Definition at line 463 of file exceptions.h.

Referenced by DbgDumpExceptions(), and IntUpdateAddValueSignature().

◆ Score

BYTE _SIG_VALUE::Score

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

Definition at line 459 of file exceptions.h.

Referenced by DbgDumpExceptions(), and IntUpdateAddValueSignature().


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