winacl icon indicating copy to clipboard operation
winacl copied to clipboard

Platform independent library for interfacing windows security descriptors

Results 2 winacl issues
Sort by recently updated
recently updated
newest added

I got the above error when trying to convert a NTSecurityDescriptor to sddl and I saw you actually have the [code](https://github.com/skelsec/winacl/blob/55ed13becaa68900c56a88ee2c5fbf196c337bf9/winacl/dtyp/ace.py#L2255) for it but it's commented, is there any reason?...

On Windows 11, when converting the byte array security descriptor for the `SEMgrSvc` and `lfsvc` services (stored in HKLM\CurrentControlSet\Services\\Security`) to an SDDL, I'm getting the following error: ``` Traceback (most...