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

Function hexToOffset

SecurityDescriptor/SecurityDescriptorFuncs.go:129–133  ·  view source on GitHub ↗
(hex string)

Source from the content-addressed store, hash-verified

127}
128
129func hexToOffset(hex string) (integer int64) {
130 integer, _ = strconv.ParseInt(hex, 16, 64)
131 integer = integer * 2
132 return
133}
134
135func hexToDecimalString(hex string) (decimal string) {
136 integer, _ := strconv.ParseInt(hex, 16, 64)

Callers 3

getOwnerFunction · 0.85
GetGroupFunction · 0.85
getDACLFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected