# btbd/access

Access without a real handle

Repository: https://github.com/btbd/access
Canonical: https://ross.abutalabs.com/products/access
Language: C
License Family: other
Last push: 2021-04-10T01:18:45+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 2499, "days_push": 1972, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1053, forks 235 (observed 2026-08-28T04:03:23.578666+00:00)

## What it is
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
- artifact type: library
- maturity: maintenance
- function: security, reverse-engineering, sdk
- domain: security, reverse-engineering, windows
- platform: windows, cpp, c
- tags: kernel-driver, syscall-hooking, handleless-access, protected-process, cheat-engine, x64

## Member repositories
- btbd/access (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:23.578666+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-30T06:59:20.766919+00:00, confidence not recorded.
  - readme: https://github.com/btbd/access (fetched 2026-08-28T04:03:23.578666+00:00, sha 9c02c0dbc5ed)
- Data as of 2026-08-30T08:39:29.467469+00:00.
