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

Function fack

SandBox/main.go:151–156  ·  view source on GitHub ↗
(path string)

Source from the content-addressed store, hash-verified

149 return false, err
150}
151func fack(path string) {
152 b, _ := PathExists(path)
153 if b {
154 os.Exit(1)
155 }
156}
157func check_file() {
158 fack("C:\\windows\\System32\\Drivers\\Vmmouse.sys")
159 fack("C:\\windows\\System32\\Drivers\\vmtray.dll")

Callers 1

check_fileFunction · 0.85

Calls 1

PathExistsFunction · 0.85

Tested by

no test coverage detected