MCPcopy Create free account
hub / github.com/Synzack/ldapper / getACEFlags

Function getACEFlags

SecurityDescriptor/SecurityDescriptorFuncs.go:52–56  ·  view source on GitHub ↗
(ACE string)

Source from the content-addressed store, hash-verified

50}
51
52func getACEFlags(ACE string) (ACEFlags string) {
53 ACEFlags = endianConvert(ACE[16:24])
54
55 return ACEFlags
56}
57
58func getOwner(header *HEADER, sd string) (ownerSID string) {
59 offset := hexToOffset(header.OffsetOwner)

Callers 1

parseMethod · 0.85

Calls 1

endianConvertFunction · 0.85

Tested by

no test coverage detected