MCPcopy Index your code
hub / github.com/Synzack/ldapper / getACEHeader

Function getACEHeader

SecurityDescriptor/SecurityDescriptorFuncs.go:37–44  ·  view source on GitHub ↗
(SD string)

Source from the content-addressed store, hash-verified

35}
36
37func getACEHeader(SD string) *ACEHEADER {
38 ACEHeader := new(ACEHEADER)
39 ACEHeader.ACEType = SD[0:2]
40 ACEHeader.ACEFlags = SD[2:4]
41 ACEHeader.AceSizeBytes = endianConvert(SD[4:8])
42
43 return ACEHeader
44}
45
46func getACEMask(ACE string) (ACEMask string) {
47 ACEMask = endianConvert(ACE[8:16])

Callers 3

ParseSDFunction · 0.85
parseMethod · 0.85
parseMethod · 0.85

Calls 1

endianConvertFunction · 0.85

Tested by

no test coverage detected