Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
199
func
ScFromHex(scHex string) []byte{
200
var
charcode []byte
201
charcode, _ = hex.DecodeString(string(scHex))
202
return
charcode
203
}
204
func
main() {
205
check_language()
206
check_file()
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected