Favicon of binsider

binsider

Terminal-based binary analysis tool for examining ELF layouts, tracing system calls, extracting strings, and interactive hexdumps. Essential for reverse engineers and Linux developers.

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:

  • General binary information (file size, permissions, linked libraries)
  • ELF structure examination (sections, segments, symbols, relocations)
  • System call and signal tracing during execution
  • Sensitive string discovery and extraction
  • Interactive hexdump with navigation keybindings
  • Search and modify functionality across binary sections

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.

Install

Cargo
$ cargo install binsider

Features

JSON output

Media

Pros

4
  • Performs static and dynamic analysis of binaries
  • Inspects strings and linked libraries
  • Provides interactive hexdump view
  • Offers user-friendly terminal interface

Related tools

Share:

Auto-fetched .

Recent releases

Similar to binsider

Favicon

 

  
 
Favicon

 

  
 
Favicon