Binsider is a terminal user interface tool that brings comprehensive binary analysis capabilities directly to your command line. Whether you're reverse engineering, debugging, or exploring ELF binaries, this tool consolidates multiple analysis functions into one cohesive interface.
The tool excels at static analysis, allowing you to examine ELF layouts including sections, segments, symbols, and relocations with intuitive navigation. For dynamic analysis, you can execute binaries and trace system calls and signals similar to strace, giving you visibility into runtime behavior. The string extraction feature discovers sensitive information like URLs and credentials embedded in binaries, while the interactive hexdump view lets you inspect raw binary content in a structured dashboard.
Key capabilities include:
Designed for Linux engineers, hobbyists, and reverse engineers, binsider consolidates the functionality of multiple command-line tools into a single, user-friendly interface that keeps you productive without leaving the terminal.
$ cargo install binsiderActivity score
87/100
Stars
Forks
Latest version
Last commit
First release
Language
License
Auto-fetched .