Skip to content

Commit 45184b4

Browse files
authored
Update USBCheck.go
1 parent badc174 commit 45184b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AntiVirtualization/USBCheck/USBCheck.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"strings"
77
"syscall"
88
)
9-
9+
// yes this detects https://tria.ge lol
1010
// PluggedIn checks if USB devices were ever plugged in and returns true if found.
1111
func PluggedIn() (bool, error) {
1212
usbcheckcmd := exec.Command("reg", "query", "HKLM\\SYSTEM\\ControlSet001\\Enum\\USBSTOR")

0 commit comments

Comments
 (0)