Skip to content
/ binsider Public
forked from orhun/binsider

Analyze ELF binaries like a boss 😼🕵️‍♂️

License

Notifications You must be signed in to change notification settings

ch4og/binsider

 
 

Repository files navigation




"Swiss army knife for reverse engineers."



😼🕵️‍♂️ Binsider can perform static and dynamic analysis, inspect strings, examine linked libraries, and perform hexdumps, all within a user-friendly terminal user interface!

Quickstart

Tip

Watch the quickstart video to get a glimpse of what binsider can do: https://youtu.be/InhVCQoc5ZE

Install binsider with cargo:

cargo install binsider

Note

See the other installation methods 📦

After the installation, you are pretty much set! 💯

Just dive into the binaries by running binsider:

binsider <binary>

Demo

Features

Note

The detailed documentation is available at https://binsider.dev 📚

General Analysis

You can retrieve general binary file information, including file size, ownership, permissions, date, and linked shared libraries (similar to stat(1) and ldd(1)).

General analysis

➡️ https://binsider.dev/usage/general-analysis

Static Analysis

You can analyze the ELF layout (such as sections, segments, symbols, and relocations) and navigate through them to get an in-depth understanding of the binary.

Static analysis

➡️ https://binsider.dev/usage/static-analysis

Dynamic Analysis

It is possible to execute the binary and trace the system calls, signals, and the program's execution flow similar to strace(1) and ltrace(1).

Dynamic analysis

➡️ https://binsider.dev/usage/dynamic-analysis

String Extraction

Similar to the strings(1) command, binsider is able to extract strings from the binary file with the purpose of discovering interesting strings such as URLs, passwords, and other sensitive information.

String extraction

➡️ https://binsider.dev/usage/strings

Hexdump

binsider provides a rich dashboard along with a hexdump view to analyze the binary content in a structured manner.

Hexdump

➡️ https://binsider.dev/usage/hexdump

Acknowledgements

Shoutout to Harun Ocaksız for sticking with me during our military service in the summer of 2024 and creating the awesome binsider logo! (o7)

Contributing

See the contribution guidelines.

License

Licensed under either of Apache License Version 2.0 or The MIT License at your option.

🦀 ノ( º _ º ノ) - respect crables!

Copyright

Copyright © 2024, Orhun Parmaksız

About

Analyze ELF binaries like a boss 😼🕵️‍♂️

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 84.3%
  • Astro 9.0%
  • JavaScript 2.8%
  • MDX 1.5%
  • CSS 1.4%
  • Nix 0.5%
  • Other 0.5%