winacl icon indicating copy to clipboard operation
winacl copied to clipboard

enable to_sddl for SYSTEM_AUDIT_OBJECT_ACE

Open CravateRouge opened this issue 3 months ago • 2 comments

SYSTEM_AUDIT_OBJECT_ACE.to_sddl() can be very useful to have a standard string representation of a SYSTEM_AUDIT_OBJECT_ACE but has never been enabled, so I uncommented it.

CravateRouge avatar Sep 25 '25 09:09 CravateRouge

I mean that's cool but it was commented out for a reason XD
Reason being that not all system autdit objects are currently implemented so it will throw an exception whenever a non-implemented object is encountered.

skelsec avatar Sep 25 '25 09:09 skelsec

Makes sense xD maybe we can let this PR open and if I have the time I will add the part missing

CravateRouge avatar Sep 25 '25 10:09 CravateRouge