MCPcopy 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
44func Base64DecodeString(str string) string {
45 resBytes, _ := base64.StdEncoding.DecodeString(str)
46 return string(resBytes)
47}
48
49func main() {
50

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected