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

Function GetGroup

SecurityDescriptor/SecurityDescriptorFuncs.go:66–72  ·  view source on GitHub ↗
(header *HEADER, sd string)

Source from the content-addressed store, hash-verified

64}
65
66func GetGroup(header *HEADER, sd string) (groupSID string) {
67 offset := hexToOffset(header.OffsetGroup)
68 groupHexSID := sd[offset : offset+56]
69 groupSID = convertSID(groupHexSID)
70
71 return
72}
73
74func getObjectAndInheritedType(ACE string, ACEFlags string) (objectTypeGUID string, inheritedObjectTypeGUID string) {
75 //ObjectType field existent

Callers

nothing calls this directly

Calls 2

hexToOffsetFunction · 0.85
convertSIDFunction · 0.85

Tested by

no test coverage detected