orhun/binsider

Analyze ELF binaries like a boss πŸ˜ΌπŸ•΅οΈβ€β™‚οΈ

View on GitHub β†—Jump to charts ↓Open shareable report β†’

Summary Information

Updated 1 hour ago
Added to GitGenius on September 15th, 2026
Created on August 14th, 2023
Open Issues & Pull Requests: 37 (+0)
GitHub issues: Enabled
Number of forks: 113
Total Stargazers: 4,433 (+0)
Total Subscribers: 12 (+0)

Repository Insights (GitGenius)

Median issue/PR response: N/A
Mean response time: 26.3 hours
90th percentile: 0.0 hours
Tracked items: 54

Most active contributors

Sign in to see contributor activity.

How this project is maintained

62% of open issues come from outside the core team, a mix of external reports and the maintainers' own roadmap. Three people close 94% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 26
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 613 days
Stale 30+ days: 26
Stale 90+ days: 24

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (27)
  • enhancement (27)
  • good first issue (10)
  • effort: medium (8)
  • question (6)
  • duplicate (5)
  • effort: easy (5)
  • research & design (5)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Binsider is a terminal user interface tool for analyzing ELF binaries through static and dynamic inspection.

The tool addresses the need to examine binary files without switching between multiple command-line utilities. It combines functionality typically scattered across tools like stat, ldd, strings, and hexdump into a single interactive terminal interface. The approach works by loading an ELF binary and presenting its metadata, linked libraries, embedded strings, and raw hexadecimal content through navigable panels within a text-based UI, allowing reverse engineers to inspect different aspects of a binary without leaving the terminal.

Binsider suits developers and security researchers who regularly analyze binaries and want a unified inspection environment. It works well for quick reconnaissance of unknown binaries, examining library dependencies, extracting strings for analysis, and viewing raw binary content. The tool is particularly valuable for those working in reverse engineering or binary security analysis who prefer terminal-based workflows and want to avoid context-switching between separate utilities.

The project maintains active continuous integration and deployment pipelines with automated testing and Docker image builds. Development activity shows consistent attention to code quality and distribution across multiple installation channels.