File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
# VM Detection
2
2
3
+ [ ![ Go Reference] ( https://pkg.go.dev/badge/github.com/ShellCode33/VM-Detection.svg )] ( https://pkg.go.dev/github.com/ShellCode33/VM-Detection )
4
+ [ ![ GoReportCard] ( https://goreportcard.com/badge/github.com/ShellCode33/VM-Detection )] ( https://goreportcard.com/report/github.com/ShellCode33/VM-Detection )
5
+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/ShellCode33/VM-Detection/badge.svg?branch=master )] ( https://coveralls.io/github/ShellCode33/VM-Detection?branch=master )
6
+
3
7
This project is a Go implementation of well-known techniques trying to detect if the program is being run in a virtual machine.
4
8
There are many C programs already doing this, but none written in pure Go.
5
9
@@ -45,4 +49,4 @@ Thanks to [@hippwn](https://twitter.com/hippwn) for its contribution
45
49
46
50
Thanks systemd for being [ that awesome] ( https://github.com/systemd/systemd/blob/master/src/basic/virt.c ) .
47
51
48
- Thanks to CheckPoint's researchers for their [ wonderful website] ( https://evasions.checkpoint.com/ )
52
+ 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