Bitdefender Hypervisor Memory Introspection
_SERIALIZER_DPI_WIN_SEC_DESC Struct Reference

Describes a serialized intObjDpiWinSecDesc. More...

Data Fields

QWORD SecDescStolenFromEproc
 If the parent security descriptor has been stolen, this variable may indicate (in case we find it) the victim process (where security descriptor has been stolen from) - it can be NULL. More...
 
QWORD OldPtrValue
 Old value. More...
 
QWORD NewPtrValue
 New value. More...
 
ACL OldSacl
 The old SACL header. More...
 
ACL OldDacl
 The old DACL header. More...
 
ACL NewSacl
 The new SACL header. More...
 
ACL NewDacl
 The new DACL header. More...
 

Detailed Description

Describes a serialized intObjDpiWinSecDesc.

Definition at line 494 of file serializers.c.

Field Documentation

◆ NewDacl

ACL _SERIALIZER_DPI_WIN_SEC_DESC::NewDacl

The new DACL header.

Definition at line 507 of file serializers.c.

Referenced by IntSerializeDpiWinSecDesc().

◆ NewPtrValue

QWORD _SERIALIZER_DPI_WIN_SEC_DESC::NewPtrValue

New value.

Definition at line 501 of file serializers.c.

Referenced by IntSerializeDpiWinSecDesc().

◆ NewSacl

ACL _SERIALIZER_DPI_WIN_SEC_DESC::NewSacl

The new SACL header.

Definition at line 506 of file serializers.c.

Referenced by IntSerializeDpiWinSecDesc().

◆ OldDacl

ACL _SERIALIZER_DPI_WIN_SEC_DESC::OldDacl

The old DACL header.

Definition at line 504 of file serializers.c.

Referenced by IntSerializeDpiWinSecDesc().

◆ OldPtrValue

QWORD _SERIALIZER_DPI_WIN_SEC_DESC::OldPtrValue

Old value.

Definition at line 500 of file serializers.c.

Referenced by IntSerializeDpiWinSecDesc().

◆ OldSacl

ACL _SERIALIZER_DPI_WIN_SEC_DESC::OldSacl

The old SACL header.

Definition at line 503 of file serializers.c.

Referenced by IntSerializeDpiWinSecDesc().

◆ SecDescStolenFromEproc

QWORD _SERIALIZER_DPI_WIN_SEC_DESC::SecDescStolenFromEproc

If the parent security descriptor has been stolen, this variable may indicate (in case we find it) the victim process (where security descriptor has been stolen from) - it can be NULL.

Definition at line 498 of file serializers.c.

Referenced by IntSerializeDpiWinSecDesc().


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