Skip to content

Commit 14faefa

Browse files
authored
Update README.md
1 parent e72322d commit 14faefa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ Then see [main.go](https://github.com/ShellCode33/VM-Detection/blob/master/main.
1515

1616
## GNU/Linux techniques
1717

18+
- Look for CPU vendor by trying out different assembly instructions ([cpuid](https://github.com/klauspost/cpuid/))
1819
- Look for known strings in the DMI table (`/sys/class/dmi/id/*`)
1920
- Look for hints in the kernel ring buffer (`/dev/kmsg`)
20-
- Look for virtual chassis in systemd configuration
2121

2222
## Windows techniques
2323

0 commit comments

Comments
 (0)