tandasat/DdiMon
Monitoring and controlling kernel API calls with stealth hook using EPT observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3816
- days_rel: n/a
- days_push: 1684
- n_releases_24m: 0
Adoption not part of the score
1398 stars · 343 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
DdiMon is a hypervisor-based research tool that performs stealth inline hooking of Windows kernel API calls using Intel VT-x EPT memory shadowing, making hooks invisible to guests and PatchGuard. It is built on HyperPlatform and serves as an educational resource for programming with EPT.
Use cases
- monitor kernel API calls without being detected by PatchGuard
- hide processes from NtQuerySystemInformation invisibly
- learn how to program with Intel EPT and memory shadowing
- research stealth hooking techniques on x64 Windows
- intercept DDI calls like ExAllocatePoolWithTag and ExQueueWorkItem
When to choose
- you need kernel API hooks invisible to PatchGuard and guest memory reads
- you want a practical educational example of EPT-based hypervisor programming on Windows
- you are researching stealth monitoring of kernel driver interfaces
When to avoid
- you need a production-ready or actively maintained monitoring solution
- your system lacks Intel VT-x and EPT support
- you need hooks on non-Windows platforms or user-mode APIs
- you cannot enable test signing for kernel drivers
Facets
library · maturity maintenance
security reverse-engineering monitoring security reverse-engineering operating-systems developer-tools windows cpp hypervisor ept stealth-hooking patchguard kernel-driver memory-shadowing hyperplatform educational
1 source
- readme: https://github.com/tandasat/DdiMon · fetched 2026-08-28 · 6cc51b6a5855
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tandasat/DdiMon | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem