Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Cuerz/Go-Shellcode-Bypass
/ Base64DecodeString
Function
Base64DecodeString
main.go:44–47 ·
view source on GitHub ↗
(str string)
Source
from the content-addressed store, hash-verified
42
}
43
44
func
Base64DecodeString(str string) string {
45
resBytes, _ := base64.StdEncoding.DecodeString(str)
46
return
string(resBytes)
47
}
48
49
func
main() {
50
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected