felix-pb/kfd
kfd, short for kernel file descriptor, is a project to read and write kernel memory on Apple devices. observed · 2026-08-28
Health v2 · maintenance only
28/100
- Activity 0
- Release rhythm 35
- Longevity 81
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: 1139
- days_rel: n/a
- days_push: 955
- n_releases_24m: 0
Adoption not part of the score
1012 stars · 184 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
kfd is a C library that provides kernel memory read/write on Apple devices by exploiting physical use-after-free (PUAF) vulnerabilities to obtain dangling PTEs. It exposes a small API (kopen/kread/kwrite/kclose) and includes simple executable wrappers for iOS and macOS.
Use cases
- read and write kernel memory on iOS devices
- obtain kernel read/write primitive on macOS
- research physical use-after-free vulnerabilities in XNU kernel
- build jailbreak or security research tooling for Apple platforms
- exploit CVE-2023-23536, CVE-2023-32434, or CVE-2023-41974 in controlled research
When to choose
- you need a kernel read/write primitive on supported iOS/macOS versions for security research
- you want a small, library-contained exploit API rather than a full jailbreak
- you are studying PUAF exploitation techniques on Apple silicon
When to avoid
- you need offsets for devices or iOS versions beyond what the author supports
- you want a maintained tool for current iOS/macOS releases (vulnerabilities are patched)
- you need a general-purpose jailbreak with package management and tweaks
- you require production-safe software - kernel panics are possible
Facets
library · maturity maintenance
security cryptography security apple-ecosystem operating-systems c kernel-exploitation kernel-memory-read-write puaf jailbreak vulnerability-research libkfd ios macos
1 source
- readme: https://github.com/felix-pb/kfd · fetched 2026-08-28 · 7f9077e9745a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| felix-pb/kfd | main | 28 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem