# zardus/preeny

Some helpful preload libraries for pwning stuff.

Repository: https://github.com/zardus/preeny
Canonical: https://ross.abutalabs.com/products/preeny
Language: C
License: BSD-2-Clause
License Family: permissive
Last push: 2026-03-06T03:53:59+00:00

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

## Adoption (not part of the score)
Stars 1650, forks 176 (observed 2026-08-28T04:05:16.833295+00:00)

## What it is
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
- artifact type: library
- maturity: active
- function: security, reverse-engineering, developer-tools
- domain: security, reverse-engineering, developer-tools
- platform: cli
- tags: ld-preload, ctf, pwn, binary-exploitation, socket-emulation, command-line, linux

## Member repositories
- zardus/preeny (main) score 54

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:16.833295+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-30T03:45:06.742143+00:00, confidence not recorded.
  - readme: https://github.com/zardus/preeny (fetched 2026-08-28T04:05:16.833295+00:00, sha b4d3cd0bb342)
- Data as of 2026-08-30T08:39:29.467469+00:00.
