btbd/access
Access without a real handle observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
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: 2499
- days_rel: n/a
- days_push: 1972
- n_releases_24m: 0
Adoption not part of the score
1053 stars · 235 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Windows kernel driver plus DLL wrapper that lets a usermode process perform privileged operations on protected processes without creating a real handle, by wrapping syscalls to act with PROCESS_ALL_ACCESS privilege. It communicates with the kernel via a .data section modification and targets Windows 10 1803/1809/1903 on x64.
Use cases
- open a handle to a protected process without a real handle
- read and write memory of protected processes on Windows
- bypass process protection for debugging with tools like Cheat Engine
- hook syscalls to perform privileged operations from usermode
- interact with kernel from a DLL without handle creation
When to choose
- you need handleless privileged access to protected processes on Windows 10 1803-1903 x64
- you want a minimal syscall-based kernel communication example
- you are researching Windows kernel exploit techniques or anti-cheat internals
When to avoid
- you need support for modern Windows versions or ARM64
- you want a maintained, licensed, production-ready library
- you need a legitimate API for process access rather than a security research tool
Facets
library · maturity maintenance
security reverse-engineering sdk security reverse-engineering windows windows cpp c kernel-driver syscall-hooking handleless-access protected-process cheat-engine x64
1 source
- readme: https://github.com/btbd/access · fetched 2026-08-28 · 9c02c0dbc5ed
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| btbd/access | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem