Bitdefender Hypervisor Memory Introspection
_EXCEPTION_VICTIM_INTEGRITY Struct Reference

Describes a integrity victim. More...

#include <exceptions.h>

Data Fields

QWORD StartVirtualAddress
 The start address of the integrity zone. More...
 
DWORD Offset
 The offset of the modification. More...
 
DWORD TotalLength
 
BYTE InterruptObjIndex
 The index of the modified interrupt object. Valid only for introObjectTypeInterruptObject. More...
 
BYTEBuffer
 The new security descriptor buffer (valid only if INTRO_OBJECT_TYPE is introObjectTypeSecDesc or introObjectTypeAcl) More...
 
DWORD BufferSize
 The size of the new security descriptor buffer (valid only if INTRO_OBJECT_TYPE is introObjectTypeSecDesc or introObjectTypeAcl) More...
 

Detailed Description

Describes a integrity victim.

Definition at line 800 of file exceptions.h.

Field Documentation

◆ Buffer

BYTE* _EXCEPTION_VICTIM_INTEGRITY::Buffer

The new security descriptor buffer (valid only if INTRO_OBJECT_TYPE is introObjectTypeSecDesc or introObjectTypeAcl)

Definition at line 810 of file exceptions.h.

Referenced by IntWinSDCheckAclIntegrity(), and IntWinSDCheckSecDescIntegrity().

◆ BufferSize

DWORD _EXCEPTION_VICTIM_INTEGRITY::BufferSize

The size of the new security descriptor buffer (valid only if INTRO_OBJECT_TYPE is introObjectTypeSecDesc or introObjectTypeAcl)

Definition at line 813 of file exceptions.h.

Referenced by IntWinSDCheckAclIntegrity(), and IntWinSDCheckSecDescIntegrity().

◆ InterruptObjIndex

BYTE _EXCEPTION_VICTIM_INTEGRITY::InterruptObjIndex

The index of the modified interrupt object. Valid only for introObjectTypeInterruptObject.

Definition at line 807 of file exceptions.h.

Referenced by IntWinIntObjHandleModification().

◆ Offset

DWORD _EXCEPTION_VICTIM_INTEGRITY::Offset

◆ StartVirtualAddress

QWORD _EXCEPTION_VICTIM_INTEGRITY::StartVirtualAddress

The start address of the integrity zone.

Definition at line 802 of file exceptions.h.

Referenced by IntWinInfHookIntegrityHandleWrite(), IntWinIntObjHandleModification(), and IntWinSudHandleFieldModification().

◆ TotalLength

DWORD _EXCEPTION_VICTIM_INTEGRITY::TotalLength

The length of the integrity zone.

Definition at line 804 of file exceptions.h.

Referenced by IntWinInfHookIntegrityHandleWrite().


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