We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent badc174 commit 45184b4Copy full SHA for 45184b4
AntiVirtualization/USBCheck/USBCheck.go
@@ -6,7 +6,7 @@ import (
6
"strings"
7
"syscall"
8
)
9
-
+// yes this detects https://tria.ge lol
10
// PluggedIn checks if USB devices were ever plugged in and returns true if found.
11
func PluggedIn() (bool, error) {
12
usbcheckcmd := exec.Command("reg", "query", "HKLM\\SYSTEM\\ControlSet001\\Enum\\USBSTOR")
0 commit comments