Skip to content

Commit 4fd05cb

Browse files
committed
Update README
1 parent 07d486d commit 4fd05cb

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
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

4744
Thanks to [@hippwn](https://twitter.com/hippwn) for its contribution
45+
4846
Thanks systemd for being [that awesome](https://github.com/systemd/systemd/blob/master/src/basic/virt.c).
47+
4948
Thanks to CheckPoint's researchers for their [wonderful website](https://evasions.checkpoint.com/)

0 commit comments

Comments
 (0)