HoShiMin/Kernel-Bridge
Windows kernel hacking framework, driver template, hypervisor and API written on C++ observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
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: n/a
- age_days: 2940
- days_rel: n/a
- days_push: 1025
- n_releases_24m: 0
Adoption not part of the score
1822 stars · 401 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Kernel-Bridge is a C++20 Windows kernel driver template, development framework, and kernel-mode API with wrappers, including a hypervisor supporting Intel VT-x/EPT and AMD-V/RVI. It exposes low-level capabilities such as physical and kernel memory management, process/thread manipulation, unsigned driver mapping, and usermode-kernel memory transitions.
Use cases
- build a Windows kernel driver in C++20
- map unsigned drivers into the kernel
- read and write memory of another process from kernel mode
- develop a hypervisor with VT-x or AMD-V support
- hide memory pages using EPT
- scan kernel memory for signatures and patterns
- execute remote code via APCs
- research Windows kernel internals
When to choose
- you need a ready-made Windows kernel driver template with modern C++ support
- you want low-level kernel APIs (MSRs, physical memory, PTEs, MDLs) without external dependencies
- you are building hypervisor-based memory interception or hiding features
- you need usermode-kernel communication with prebuilt IOCTL handling
When to avoid
- you need a production driver for shipping to customers - this is a hacking/research framework under GPL-3.0
- you target non-Windows platforms
- you are not comfortable with kernel-mode development risks like BSODs
- you need signed, Microsoft-approved driver deployment
Facets
framework · maturity active
security reverse-engineering sdk developer-tools security reverse-engineering operating-systems developer-tools windows cpp python kernel-driver hypervisor windows-kernel memory-management driver-template vt-x amd-v kernel-hacking
1 source
- readme: https://github.com/HoShiMin/Kernel-Bridge · fetched 2026-08-28 · e4d5899d3105
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| HoShiMin/Kernel-Bridge | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="HoShiMin/Kernel-Bridge")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem