zardus/preeny
Some helpful preload libraries for pwning stuff. observed · 2026-08-28
Health v2 · maintenance only
54/100
- Activity 70
- Release rhythm 8
- 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: n/a
- age_days: 4189
- days_rel: n/a
- days_push: 180
- n_releases_24m: 0
Adoption not part of the score
1650 stars · 176 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Preeny is a collection of LD_PRELOAD libraries written in C that help with binary exploitation and CTF-style challenges. It disables functions like fork(), rand(), and alarm(), converts socket-based server applications into console programs, and can patch binaries at load time.
Use cases
- run a network service binary locally over stdin/stdout for pwn debugging
- disable alarm() timeouts when analyzing a challenge binary
- make rand() deterministic to control randomness in a target program
- defeat anti-debugging ptrace checks in a binary
- dump or overwrite stack canaries during exploitation
- intercept and inspect heap operations when ltrace is inconvenient
When to choose
- you are solving CTF pwn challenges or doing local binary exploitation analysis
- you need to convert a socket-based service into a console application for debugging
- you want lightweight LD_PRELOAD-based runtime patching without a full emulator
When to avoid
- you need a general-purpose debugger or dynamic instrumentation framework like gdb or Frida
- you are working on Windows or macOS, since preeny targets Linux
- you need production-hardened security tooling rather than exploitation helpers
Facets
library · maturity active
security reverse-engineering developer-tools security reverse-engineering developer-tools cli ld-preload ctf pwn binary-exploitation socket-emulation command-line linux
1 source
- readme: https://github.com/zardus/preeny · fetched 2026-08-28 · b4d3cd0bb342
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| zardus/preeny | main | 54 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem