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 e72322d commit 14faefaCopy full SHA for 14faefa
README.md
@@ -15,9 +15,9 @@ Then see [main.go](https://github.com/ShellCode33/VM-Detection/blob/master/main.
15
16
## GNU/Linux techniques
17
18
+- Look for CPU vendor by trying out different assembly instructions ([cpuid](https://github.com/klauspost/cpuid/))
19
- Look for known strings in the DMI table (`/sys/class/dmi/id/*`)
20
- Look for hints in the kernel ring buffer (`/dev/kmsg`)
-- Look for virtual chassis in systemd configuration
21
22
## Windows techniques
23
0 commit comments