mrexodia/TitanHide
Hiding kernel-driver for x86/x64. observed · 2026-08-28
Health v2 · maintenance only
72/100
- Activity 93
- Release rhythm 28
- 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: 61.0
- age_days: 3603
- days_rel: 458
- days_push: 46
- n_releases_24m: 3
Adoption not part of the score
2840 stars · 490 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
TitanHide is a Windows kernel driver that hides debuggers from selected processes by hooking Nt* kernel functions via SSDT hooks and altering their return values. It defeats common anti-debugging checks such as ProcessDebugPort, ProcessDebugFlags, NtClose, and hardware breakpoint protection.
Use cases
- hide a debugger from anti-debug-protected processes
- bypass anti-debugging checks when reverse engineering malware
- defeat ProcessDebugPort and ProcessDebugFlags detection
- hide hardware breakpoints from a target process
- research Windows kernel SSDT hooking techniques
- analyze protected or packed binaries under a debugger
When to choose
- you need kernel-level anti-anti-debug on Windows x86/x64
- user-mode tools like ScyllaHide are insufficient for your target
- you want an extensible driver to add custom hiding hooks
When to avoid
- you are not comfortable disabling PatchGuard and driver signing enforcement
- you need a simple user-mode anti-anti-debug solution
- you are on a non-Windows platform
- you cannot accept the risk of CRITICAL_STRUCTURE_CORRUPTION bugchecks
Facets
library · maturity active
security reverse-engineering developer-tools security reverse-engineering windows developer-tools windows cpp kernel-driver anti-anti-debug ssdt-hooks debugging rootkit-techniques x86 x64
1 source
- readme: https://github.com/mrexodia/TitanHide · fetched 2026-08-28 · 902be28d16b5
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| mrexodia/TitanHide | main | 72 |
For agents
markdown · JSON · MCP: product_card(name="mrexodia/TitanHide")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem