Files
Jimmy Fjällid e3b8c8b39e Support ACCESS_*_OBJECT_ACE and add GUID helpers
Parse and marshal the object-ACE family (MS-DTYP 2.4.4.3-2.4.4.6):
read the Flags field and the optional ObjectType / InheritedObjectType
GUIDs (gated by IsObjectAceType) before the SID, leaving plain ACEs
untouched so existing Mask/Sid callers are unaffected. Expose the GUIDs
through AcePermissions and add GuidToString/GuidFromString for the
little-endian object-ACE wire layout, with round-trip tests.
2026-05-31 17:20:59 +02:00
..