Bitdefender Hypervisor Memory Introspection
_SIG_VALUE_CODE 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...
 
INT16 Offset
 The displacement from the beginning of the modified zone. More...
 
WORD Length
 The length of the opcode pattern. More...
 
BOOLEAN AlertSignature
 True if the signature is added from alert. More...
 
WORD Object []
 Contains list of opcodes. More...
 

Detailed Description

Describes a value signature.

Definition at line 415 of file exceptions.h.

Field Documentation

◆ AlertSignature

BOOLEAN _SIG_VALUE_CODE::AlertSignature

True if the signature is added from alert.

Definition at line 424 of file exceptions.h.

Referenced by IntUpdateAddValueCodeSignature().

◆ Flags

DWORD _SIG_VALUE_CODE::Flags

Contains any flags from SIGNATURE_FLG.

Definition at line 420 of file exceptions.h.

Referenced by DbgDumpExceptions(), and IntUpdateAddValueCodeSignature().

◆ Id

EXCEPTION_SIGNATURE_ID _SIG_VALUE_CODE::Id

An unique id (EXCEPTION_SIGNATURE_ID).

Definition at line 419 of file exceptions.h.

Referenced by DbgDumpExceptions(), and IntUpdateAddValueCodeSignature().

◆ Length

WORD _SIG_VALUE_CODE::Length

The length of the opcode pattern.

Definition at line 423 of file exceptions.h.

Referenced by DbgDumpExceptions(), and IntUpdateAddValueCodeSignature().

◆ Link

LIST_ENTRY _SIG_VALUE_CODE::Link

Definition at line 417 of file exceptions.h.

Referenced by IntUpdateAddValueCodeSignature().

◆ Object

WORD _SIG_VALUE_CODE::Object[]

Contains list of opcodes.

Definition at line 426 of file exceptions.h.

Referenced by DbgDumpExceptions(), and IntUpdateAddValueCodeSignature().

◆ Offset

INT16 _SIG_VALUE_CODE::Offset

The displacement from the beginning of the modified zone.

Definition at line 422 of file exceptions.h.

Referenced by DbgDumpExceptions(), and IntUpdateAddValueCodeSignature().


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