Bitdefender Hypervisor Memory Introspection
_KM_EXCEPTION Struct Reference

Describe a kernel-mode exception. More...

#include <exceptions.h>

Data Fields

LIST_ENTRY Link
 
DWORD OriginatorNameHash
 Contains the originator name-hash. More...
 
DWORD VictimNameHash
 Contains the victim name-hash. More...
 
DWORD Flags
 Contains any flags from EXCEPTION_FLG. More...
 
KM_EXCEPTION_OBJECT Type
 Contains the type of the exception (KM_EXCEPTION_OBJECT). More...
 
QWORD Context
 Contains the context given by the integrator. More...
 
WORD SigCount
 Contains the number of signatures. More...
 
EXCEPTION_SIGNATURE_ID Signatures []
 Contains a array of signatures ID. More...
 

Detailed Description

Describe a kernel-mode exception.

Definition at line 253 of file exceptions.h.

Field Documentation

◆ Context

QWORD _KM_EXCEPTION::Context

Contains the context given by the integrator.

Definition at line 265 of file exceptions.h.

Referenced by IntUpdateAddKmException().

◆ Flags

DWORD _KM_EXCEPTION::Flags

Contains any flags from EXCEPTION_FLG.

Definition at line 261 of file exceptions.h.

Referenced by IntUpdateAddKernelException(), and IntUpdateAddKmException().

◆ Link

LIST_ENTRY _KM_EXCEPTION::Link

Definition at line 255 of file exceptions.h.

Referenced by IntUpdateAddKernelException().

◆ OriginatorNameHash

DWORD _KM_EXCEPTION::OriginatorNameHash

Contains the originator name-hash.

Definition at line 257 of file exceptions.h.

Referenced by IntUpdateAddKernelException(), and IntUpdateAddKmException().

◆ SigCount

WORD _KM_EXCEPTION::SigCount

Contains the number of signatures.

Definition at line 267 of file exceptions.h.

Referenced by IntUpdateAddKernelException(), and IntUpdateAddKmException().

◆ Signatures

EXCEPTION_SIGNATURE_ID _KM_EXCEPTION::Signatures[]

Contains a array of signatures ID.

Definition at line 268 of file exceptions.h.

Referenced by IntUpdateAddKernelException(), and IntUpdateAddKmException().

◆ Type

KM_EXCEPTION_OBJECT _KM_EXCEPTION::Type

Contains the type of the exception (KM_EXCEPTION_OBJECT).

Definition at line 263 of file exceptions.h.

Referenced by IntUpdateAddKernelException(), and IntUpdateAddKmException().

◆ VictimNameHash

DWORD _KM_EXCEPTION::VictimNameHash

Contains the victim name-hash.

Definition at line 259 of file exceptions.h.

Referenced by IntUpdateAddKernelException(), and IntUpdateAddKmException().


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