Skip to content

Commit 48c36ea

Browse files
committed
doc: update README
1 parent e1434cc commit 48c36ea

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# VM Detection
22

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+
37
This project is a Go implementation of well-known techniques trying to detect if the program is being run in a virtual machine.
48
There are many C programs already doing this, but none written in pure Go.
59

@@ -45,4 +49,4 @@ Thanks to [@hippwn](https://twitter.com/hippwn) for its contribution
4549

4650
Thanks systemd for being [that awesome](https://github.com/systemd/systemd/blob/master/src/basic/virt.c).
4751

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/)

0 commit comments

Comments
 (0)