Bitdefender Hypervisor Memory Introspection
_SIG_EXPORT Struct Reference

Describes a export 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...
 
DWORD LibraryNameHash
 The name-hash of the modified library. 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_EXPORT_HASH). More...
 

Detailed Description

Describes a export signature.

Definition at line 433 of file exceptions.h.

Field Documentation

◆ AlertSignature

BOOLEAN _SIG_EXPORT::AlertSignature

True if the signature is added from alert.

Definition at line 443 of file exceptions.h.

Referenced by IntUpdateAddExportSignature(), and IntUpdateCreateExportSignatureFromAlert().

◆ Flags

DWORD _SIG_EXPORT::Flags

Contains any flags from SIGNATURE_FLG.

Definition at line 438 of file exceptions.h.

Referenced by DbgDumpExceptions(), IntUpdateAddExportSignature(), and IntUpdateCreateExportSignatureFromAlert().

◆ Id

◆ LibraryNameHash

DWORD _SIG_EXPORT::LibraryNameHash

The name-hash of the modified library.

Definition at line 440 of file exceptions.h.

Referenced by DbgDumpExceptions(), IntUpdateAddExportSignature(), and IntUpdateCreateExportSignatureFromAlert().

◆ Link

LIST_ENTRY _SIG_EXPORT::Link

Definition at line 435 of file exceptions.h.

Referenced by IntUpdateAddExportSignature(), and IntUpdateAddUmException().

◆ ListsCount

BYTE _SIG_EXPORT::ListsCount

The number of the list of hashes.

Definition at line 442 of file exceptions.h.

Referenced by DbgDumpExceptions(), IntUpdateAddExportSignature(), and IntUpdateCreateExportSignatureFromAlert().

◆ Object

CHAR _SIG_EXPORT::Object[]

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