# wbenny/hvpp

hvpp is a lightweight Intel x64/VT-x hypervisor written in C++ focused primarily on virtualization of already running operating system

Repository: https://github.com/wbenny/hvpp
Canonical: https://ross.abutalabs.com/products/hvpp
Language: C++
License: MIT
License Family: permissive
Topics: hypervisor, virtualization, vt-x, x64, introspection, ept, sandbox
Last push: 2021-03-15T12:43:53+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 2957, "days_push": 1997, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1344, forks 239 (observed 2026-08-28T04:04:27.076965+00:00)

## What it is
hvpp is a lightweight Intel VT-x hypervisor written in modern C++ that virtualizes an already-running operating system, primarily targeting Windows. It serves as a compact, well-documented reference implementation for learning x64 hardware virtualization, EPT, and hypervisor-based introspection.

## Use cases
- learn how Intel VT-x hypervisors work
- build a hypervisor-based sandbox for Windows
- hide a process or hook code using EPT
- study VMX and EPT internals with readable C++ source
- virtualize an already running OS without a full VMM
- research anti-cheat and anti-VM detection techniques

## When to choose
- you want a small, readable C++17 codebase to study VT-x virtualization
- you need a Windows-focused type-1-style hypervisor that runs on an already booted OS
- you're doing security research involving EPT-based introspection or stealth

## When to avoid
- you need a production hypervisor for running multiple guest VMs
- you need cross-platform support beyond Windows
- you need actively maintained code with recent releases and support
- you're not comfortable with kernel-level development and debugging

## Facets
- artifact type: library
- maturity: maintenance
- function: security, reverse-engineering, developer-tools
- domain: security, operating-systems, reverse-engineering, developer-tools
- platform: windows, cpp
- tags: hypervisor, vt-x, ept, vmx, introspection, sandbox, kernel-driver, educational, virtualization, x64

## Member repositories
- wbenny/hvpp (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:27.076965+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:42:51.290646+00:00, confidence not recorded.
  - readme: https://github.com/wbenny/hvpp (fetched 2026-08-28T04:04:27.076965+00:00, sha 0e163be857b7)
- Data as of 2026-08-30T08:39:29.467469+00:00.
