# mrexodia/TitanHide

Hiding kernel-driver for x86/x64.

Repository: https://github.com/mrexodia/TitanHide
Canonical: https://ross.abutalabs.com/products/titanhide
Language: C
License: MIT
License Family: permissive
Topics: anti-debugging, driver, rootkit, windows, hacktoberfest
Last push: 2026-07-18T13:36:20+00:00

## Health v2 (maintenance only)
Score: 72/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 93, release rhythm 28, longevity 100
- inputs: {"age_days": 3603, "days_push": 46, "days_rel": 458, "gap_med": 61.0, "n_releases_24m": 3}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2840, forks 490 (observed 2026-08-28T04:07:24.719179+00:00)

## What it is
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
- artifact type: library
- maturity: active
- function: security, reverse-engineering, developer-tools
- domain: security, reverse-engineering, windows, developer-tools
- platform: windows, cpp
- tags: kernel-driver, anti-anti-debug, ssdt-hooks, debugging, rootkit-techniques, x86, x64

## Member repositories
- mrexodia/TitanHide (main) score 72

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:24.719179+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-30T07:37:16.778599+00:00, confidence not recorded.
  - readme: https://github.com/mrexodia/TitanHide (fetched 2026-08-28T04:07:24.719179+00:00, sha 902be28d16b5)
- Data as of 2026-08-30T08:39:29.467469+00:00.
