File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 22
33[ ![ Go Reference] ( https://pkg.go.dev/badge/github.com/ShellCode33/VM-Detection.svg )] ( https://pkg.go.dev/github.com/ShellCode33/VM-Detection )
44[ ![ 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 )
65
76This project is a Go implementation of well-known techniques trying to detect if the program is being run in a virtual machine.
87There are many C programs already doing this, but none written in pure Go.
@@ -12,13 +11,15 @@ See this [paper](https://github.com/ShellCode33/VM-Detection/blob/master/paper/p
1211## Usage
1312
1413First download the package
14+
1515``` bash
1616$ go get github.com/ShellCode33/VM-Detection/vmdetect
1717```
1818
1919Then see [ main.go] ( https://github.com/ShellCode33/VM-Detection/blob/master/main.go ) to use it in your own project.
2020
2121This project is compatible for both Linux and Windows, you can use the following command to cross-compile it :
22+
2223``` bash
2324$ GOOS=windows go build main.go
2425$ file main.exe
You can’t perform that action at this time.
0 commit comments