|
Bitdefender Hypervisor Memory Introspection
|
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... | |
Describes a idt signature.
Definition at line 460 of file exceptions.h.
| BOOLEAN _SIG_IDT::AlertSignature |
True if the signature is added from alert.
Definition at line 469 of file exceptions.h.
Referenced by IntUpdateAddIdtSignature(), and IntUpdateCreateIdtSignatureFromAlert().
| BYTE _SIG_IDT::Entry |
The number of the IDT entry.
Definition at line 467 of file exceptions.h.
Referenced by DbgDumpExceptions(), IntUpdateAddIdtSignature(), and IntUpdateCreateIdtSignatureFromAlert().
| DWORD _SIG_IDT::Flags |
Contains any flags from SIGNATURE_FLG.
Definition at line 465 of file exceptions.h.
Referenced by DbgDumpExceptions(), IntUpdateAddIdtSignature(), and IntUpdateCreateIdtSignatureFromAlert().
| EXCEPTION_SIGNATURE_ID _SIG_IDT::Id |
An unique id (EXCEPTION_SIGNATURE_ID).
Definition at line 464 of file exceptions.h.
Referenced by DbgDumpExceptions(), IntUpdateAddIdtSignature(), IntUpdateAddKmException(), and IntUpdateCreateIdtSignatureFromAlert().
| LIST_ENTRY _SIG_IDT::Link |
Definition at line 462 of file exceptions.h.
Referenced by IntUpdateAddIdtSignature(), and IntUpdateAddKmException().