Skip to content

Commit

Permalink
Added current checks and tested environments
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlotteCross1998 authored Nov 25, 2022
1 parent 0b18a7a commit 43f8d03
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Virtual-Machine-Detector
Simple code to detect whether you're in a virtual machine or not.

Current checks:
- CPUID Vendor string
- 31st Bit in Leaf 1 of ECX
- Kernel module names

Tested in:
- Host machine (Linux - Arch)
- Qemu 7.1.0

# Usage
```
git clone https://github.com/CharlotteCross1998/Virtual-Machine-Detector.git
Expand Down

0 comments on commit 43f8d03

Please sign in to comment.