binsider

Analyzes ELF binaries to extract and display detailed structural information

brewmacoslinux
Try with needOr install directly
Source

About

Analyzes ELF binaries

Commands

binsider

Examples

Analyze an ELF binary and display its structure$ binsider /usr/bin/ls
Get detailed information about binary sections and headers$ binsider -v /path/to/binary
Analyze a custom compiled binary in current directory$ binsider ./my_program