Skip to content

Commit 6143890

Browse files
committed
README: remove coverage status badge
1 parent b84e338 commit 6143890

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
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

76
This project is a Go implementation of well-known techniques trying to detect if the program is being run in a virtual machine.
87
There 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

1413
First download the package
14+
1515
```bash
1616
$ go get github.com/ShellCode33/VM-Detection/vmdetect
1717
```
1818

1919
Then see [main.go](https://github.com/ShellCode33/VM-Detection/blob/master/main.go) to use it in your own project.
2020

2121
This 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

0 commit comments

Comments
 (0)