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