File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
1
# VM Detection
2
2
3
- * What ?* This project is a Go implementation of well-known techniques trying to detect if the program is being run in a virtual machine.
3
+ This project is a Go implementation of well-known techniques trying to detect if the program is being run in a virtual machine.
4
+ There are many C programs already doing this, but none written in pure Go.
4
5
5
- * Why ?* Because there are many C programs already doing this, but none written in pure Go.
6
-
7
- * How ?* See this [ paper] ( https://github.com/ShellCode33/VM-Detection/blob/master/paper/paper.pdf ) for more details.
8
-
9
- Please feel free to contribute !
6
+ See this [ paper] ( https://github.com/ShellCode33/VM-Detection/blob/master/paper/paper.pdf ) for more details.
10
7
11
8
## Usage
12
9
@@ -45,5 +42,7 @@ $ file main.exe
45
42
## Credits
46
43
47
44
Thanks to [ @hippwn ] ( https://twitter.com/hippwn ) for its contribution
45
+
48
46
Thanks systemd for being [ that awesome] ( https://github.com/systemd/systemd/blob/master/src/basic/virt.c ) .
47
+
49
48
Thanks to CheckPoint's researchers for their [ wonderful website] ( https://evasions.checkpoint.com/ )
You can’t perform that action at this time.
0 commit comments