orhun/binsider
Analyze ELF binaries like a boss 😼🕵️♂️ observed · 2026-08-28
Health v2 · maintenance only
84/100
- Activity 99
- Release rhythm 68
- Longevity 79
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: 17.0
- age_days: 1115
- days_rel: 213
- days_push: 11
- n_releases_24m: 7
Adoption not part of the score
4404 stars · 112 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Binsider is a terminal user interface tool for analyzing ELF binaries, offering static and dynamic analysis, string inspection, linked library examination, and hexdumps. It is written in Rust and provides functionality similar to readelf and strace in a user-friendly TUI.
Use cases
- inspect an ELF binary's headers and layout
- trace system calls of an executable like strace
- extract strings from a binary
- view linked shared libraries of an executable
- hexdump a binary file in the terminal
- dynamically debug and analyze a Linux executable
When to choose
- you need a fast, interactive TUI for ELF binary analysis on Linux
- you want readelf/strace-like features combined in one tool
- you prefer terminal-based reverse engineering workflows
When to avoid
- you need a full GUI disassembler or decompiler like Ghidra or IDA
- you need to analyze non-ELF formats such as PE or Mach-O binaries
Facets
cli-tool · maturity active
reverse-engineering terminal-ui developer-tools security reverse-engineering security developer-tools cli cross-platform elf binary-analysis tui hexdump static-analysis dynamic-analysis rust strace readelf command-line linux
4 sources
- readme: https://github.com/orhun/binsider · fetched 2026-08-28 · bd7284a0ce9f
- homepage: https://binsider.dev/ · fetched 2026-08-29 · 3aa93d0d78e8
- site_page: https://binsider.dev/getting-started · fetched 2026-08-29 · 98cfbd99f0b1
- registry_crates: https://crates.io/api/v1/crates/binsider · fetched 2026-08-29 · 7546f2f777f3
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| orhun/binsider | main | 84 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem