Bitdefender Hypervisor Memory Introspection
_SIG_IDT Struct Reference

Describes a idt 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 Entry
 The number of the IDT entry. More...
 
BOOLEAN AlertSignature
 True if the signature is added from alert. More...
 

Detailed Description

Describes a idt signature.

Definition at line 470 of file exceptions.h.

Field Documentation

◆ AlertSignature

BOOLEAN _SIG_IDT::AlertSignature

True if the signature is added from alert.

Definition at line 479 of file exceptions.h.

Referenced by IntUpdateAddIdtSignature(), and IntUpdateCreateIdtSignatureFromAlert().

◆ Entry

BYTE _SIG_IDT::Entry

The number of the IDT entry.

Definition at line 477 of file exceptions.h.

Referenced by DbgDumpExceptions(), IntUpdateAddIdtSignature(), and IntUpdateCreateIdtSignatureFromAlert().

◆ Flags

DWORD _SIG_IDT::Flags

Contains any flags from SIGNATURE_FLG.

Definition at line 475 of file exceptions.h.

Referenced by DbgDumpExceptions(), IntUpdateAddIdtSignature(), and IntUpdateCreateIdtSignatureFromAlert().

◆ Id

◆ Link

LIST_ENTRY _SIG_IDT::Link

Definition at line 472 of file exceptions.h.

Referenced by IntUpdateAddIdtSignature(), and IntUpdateAddKmException().


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