Bitdefender Hypervisor Memory Introspection
_INTOBJ_PERPROC_DESCRIPTOR Struct Reference

Structure describing the protected InterruptObject array for a KPRCB associated with a CPU. More...

Data Fields

INTOBJ_PROT_DESCRIPTOR IntObjDescriptors [INTERRUPT_OBJECT_COUNT]
 Array containing protection descriptors for each protected interrupt object in the array. More...
 
void * ObjectIntegrityObject
 The integrity object associated with the monitorized array. More...
 

Detailed Description

Structure describing the protected InterruptObject array for a KPRCB associated with a CPU.

Definition at line 63 of file winintobj.c.

Field Documentation

◆ IntObjDescriptors

INTOBJ_PROT_DESCRIPTOR _INTOBJ_PERPROC_DESCRIPTOR::IntObjDescriptors[INTERRUPT_OBJECT_COUNT]

Array containing protection descriptors for each protected interrupt object in the array.

Definition at line 66 of file winintobj.c.

Referenced by IntWinIntObjHandleArrayModification(), IntWinIntObjProtect(), and IntWinIntObjUnprotect().

◆ ObjectIntegrityObject

void* _INTOBJ_PERPROC_DESCRIPTOR::ObjectIntegrityObject

The integrity object associated with the monitorized array.

Definition at line 67 of file winintobj.c.

Referenced by IntWinIntObjProtect().


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