# tandasat/HyperPlatform

Intel VT-x based hypervisor aiming to provide a thin VM-exit filtering platform on Windows.

Repository: https://github.com/tandasat/HyperPlatform
Canonical: https://ross.abutalabs.com/products/hyperplatform
Language: C++
License: MIT
License Family: permissive
Topics: hypervisor, windows-kernel, virtual-machine, driver
Archived: true
Last push: 2023-11-24T15:18:16+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3841, "days_push": 1013, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: archived
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1759, forks 430 (observed 2026-08-28T04:05:32.531360+00:00)

## What it is
HyperPlatform is an Intel VT-x based hypervisor for Windows that provides a thin VM-exit filtering platform for research. It lets researchers selectively monitor events such as memory accesses, system register changes, interrupts, and instruction execution, and build custom logic on top.

## Use cases
- analyze kernel mode rootkits with hardware-level monitoring
- build a virtual-machine-based intrusion prevention system (VIPS)
- reverse-engineer the Windows kernel
- monitor and hook kernel API calls stealthily with EPT
- detect elevation-of-privilege exploits in the kernel
- observe PatchGuard activity

## When to choose
- you need a thin, readable Intel VT-x hypervisor on Windows 7 through 10
- you want to selectively monitor VM-exit events and extend with your own logic
- you prefer a dependency-free, MIT-licensed codebase debuggable with WinDbg and Visual Studio

## When to avoid
- you need a production hypervisor with full VM support or multi-OS guest support
- you target AMD CPUs, since only Intel VT-x is supported
- you need actively developed features; the project is in maintenance with infrequent releases

## Facets
- artifact type: library
- maturity: maintenance
- function: security, reverse-engineering, monitoring, developer-tools
- domain: security, reverse-engineering, operating-systems, developer-tools
- platform: windows, cpp
- tags: hypervisor, intel-vt-x, windows-kernel, kernel-driver, vm-exit-filtering, rootkit-analysis, ept

## Member repositories
- tandasat/HyperPlatform (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:32.531360+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-30T03:27:32.804689+00:00, confidence not recorded.
  - readme: https://github.com/tandasat/HyperPlatform (fetched 2026-08-28T04:05:32.531360+00:00, sha 6a7a7eea0375)
- Data as of 2026-08-30T08:39:29.467469+00:00.
