GJDuck/e9patch
A powerful static binary rewriting tool observed · 2026-08-28
Health v2 · maintenance only
83/100
- Activity 89
- Release rhythm 65
- 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: 112
- age_days: 2350
- days_rel: 72
- days_push: 66
- n_releases_24m: 2
Adoption not part of the score
1137 stars · 70 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
E9Patch is a static binary rewriting tool for x86_64 Linux ELF executables and shared objects, producing patched binaries that work as drop-in replacements. It includes E9Tool, a linear disassembly frontend for applying instrumentation like instruction tracing.
Use cases
- patch a compiled binary without source code
- instrument instructions in an ELF binary for tracing
- insert AFL fuzzing instrumentation into a stripped binary
- harden or modify a large binary like a web browser
- intercept syscalls by rewriting libc
When to choose
- you need to modify or instrument a Linux x86_64 ELF binary without recompiling
- you need low-overhead, scalable rewriting of very large binaries
- you want a drop-in patched binary with no extra runtime dependencies
When to avoid
- you need dynamic (runtime) instrumentation rather than static rewriting
- your target is not a Linux x86_64 ELF binary
- you need source-level modification and can rebuild from source
Facets
cli-tool · maturity active
reverse-engineering security developer-tools security reverse-engineering developer-tools operating-systems cli cpp binary-rewriting binary-patching binary-instrumentation elf x86-64 disassembly fuzzing-support linux
1 source
- readme: https://github.com/GJDuck/e9patch · fetched 2026-08-28 · 23a006cef723
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| GJDuck/e9patch | main | 83 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem