NotRequiem/VMAware
State-of-the-art virtual machine detection observed · 2026-08-28
Health v2 · maintenance only
90/100
- Activity 99
- Release rhythm 84
- Longevity 79
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 54.0
- age_days: 1106
- days_rel: 24
- days_push: 8
- n_releases_24m: 13
Adoption not part of the score
1364 stars · 141 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
VMAware is a cross-platform, header-only C++ library for detecting virtual machines, hypervisors, emulators, containers, and sandboxes using around 90 unique detection techniques across ~70 VM brands. It also ships with a companion CLI tool that exposes the library's full detection capabilities.
Use cases
- detect if my application is running inside a VM
- check which hypervisor brand the host is using
- detect QEMU or VirtualBox from C++ code
- add anti-VM checks to anticheat software
- detect VM hardening attempts
- identify sandboxes and containers from a native app
- scan a machine for virtualization from the command line
When to choose
- you need robust, multi-technique VM detection in C++ with no dependencies
- you want cross-platform (Windows/macOS/Linux) and multi-architecture support
- you need fine-grained control over which detection techniques run
- you want a ready-made CLI for quick virtualization checks
When to avoid
- you need VM detection in a language without access to the C++ ecosystem or its ports
- your goal is to evade detection rather than perform it
- you need a managed/high-level service rather than a native library
- your project cannot tolerate the ethical/legal implications of anti-VM checks
Facets
library · maturity active
security developer-tools cli security developer-tools cross-platform windows cpp cross-platform cli vm-detection virtualization anticheat hypervisor-detection header-only anti-vm sandbox-detection macos linux
1 source
- readme: https://github.com/NotRequiem/VMAware · fetched 2026-08-28 · d2e8c6f2c5db
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| NotRequiem/VMAware | main | 90 |
For agents
markdown · JSON · MCP: product_card(name="NotRequiem/VMAware")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem