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 11# VM Detection
22
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.
45
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.
107
118## Usage
129
@@ -45,5 +42,7 @@ $ file main.exe
4542## Credits
4643
4744Thanks to [ @hippwn ] ( https://twitter.com/hippwn ) for its contribution
45+
4846Thanks systemd for being [ that awesome] ( https://github.com/systemd/systemd/blob/master/src/basic/virt.c ) .
47+
4948Thanks to CheckPoint's researchers for their [ wonderful website] ( https://evasions.checkpoint.com/ )
You can’t perform that action at this time.
0 commit comments