# NotRequiem/VMAware

State-of-the-art virtual machine detection

Repository: https://github.com/NotRequiem/VMAware
Canonical: https://ross.abutalabs.com/products/vmaware
Language: C++
License: MIT
License Family: permissive
Topics: anticheat, kvm, library, qemu, vbox, vm-detection, vmware, hypervisor, virtualbox, cpp, bochs, hyperv, machine, virtual, detect, detection, vm, detector, anti, anti-vm
Last push: 2026-08-25T15:21:22+00:00

## Health v2 (maintenance only)
Score: 90/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 84, longevity 79
- inputs: {"age_days": 1106, "days_push": 8, "days_rel": 24, "gap_med": 54.0, "n_releases_24m": 13}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1364, forks 141 (observed 2026-08-28T04:04:31.049231+00:00)

## What it is
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
- artifact type: library
- maturity: active
- function: security, developer-tools, cli
- domain: security, developer-tools, cross-platform
- platform: windows, cpp, cross-platform, cli
- tags: vm-detection, virtualization, anticheat, hypervisor-detection, header-only, anti-vm, sandbox-detection, macos, linux

## Member repositories
- NotRequiem/VMAware (main) score 90

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:31.049231+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:41:18.415376+00:00, confidence not recorded.
  - readme: https://github.com/NotRequiem/VMAware (fetched 2026-08-28T04:04:31.049231+00:00, sha d2e8c6f2c5db)
- Data as of 2026-08-30T08:39:29.467469+00:00.
