m4b/bingrep
like ~~grep~~ UBER, but for binaries observed · 2026-08-28
Health v2 · maintenance only
59/100
- Activity 60
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: 3475
- days_rel: n/a
- days_push: 241
- n_releases_24m: 0
Adoption not part of the score
1777 stars · 68 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
bingrep is a cross-platform command-line binary parser and colorizer written in Rust, supporting ELF, Mach-O, PE, and Unix/BSD archives. It displays binary structures like symbols, sections, and relocations in colored tables, with experimental search and hex/range views.
Use cases
- inspect symbols and sections of an ELF binary from the terminal
- view Mach-O binary structure with colorized output
- demangle symbols in a compiled executable
- dump debug representation of a parsed binary
- print a hex table or file offset ranges of a binary
- search for strings inside ELF binaries
- analyze Unix/BSD archive files
When to choose
- you need a fast, colorized terminal view of binary file structures across ELF, Mach-O, and archives
- you want a lightweight alternative to objdump/readelf with demangling support
- you work in Rust and want a cargo-installable binary inspection tool
When to avoid
- you need full PE support beyond debug parsing
- you need disassembly or deep reverse-engineering features rather than structure inspection
- you need a GUI-based binary analysis tool
Facets
cli-tool · maturity active
parser developer-tools cli search-engine developer-tools security reverse-engineering windows cross-platform cli binary-analysis elf mach-o portable-executable rust hexdump symbol-inspection command-line linux macos
2 sources
- readme: https://github.com/m4b/bingrep · fetched 2026-08-28 · 21486f3fa5a5
- registry_crates: https://crates.io/api/v1/crates/bingrep · fetched 2026-08-29 · 4d93bef47877
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| m4b/bingrep | main | 59 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem