MCPcopy Create free account
hub / github.com/TideSec/GoBypassAV / ScFromHex

Function ScFromHex

SandBox/main.go:199–203  ·  view source on GitHub ↗
(scHex string)

Source from the content-addressed store, hash-verified

197}
198
199func ScFromHex(scHex string) []byte{
200 var charcode []byte
201 charcode, _ = hex.DecodeString(string(scHex))
202 return charcode
203}
204func main() {
205 check_language()
206 check_file()

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected