Quickstart
Start by installing binsider
:
Also, check the other installation methods on the left sidebar.
Now you are ready to dive into the binaries! ✨ Simply run:
You can also run binsider
without any arguments to analyze the binsider
binary itself!
binsider
helps you get inside of the ELF binaries.
It provides a Terminal User Interface (TUI) which is designed to perform:
- General analysis about a file including listing the shared libraries.
- Static analysis for exploring the ELF layout.
- Dynamic analysis for debugging and tracing.
- String extraction for finding interesting strings.
- Hexdump for viewing the binary content.
For detailed documentation on these features, please refer to the links provided above.
Happy hacking! 💣