radare2

Reverse engineering framework for analyzing and modifying binaries

brewmacoslinux
Try with needOr install directly
Source

About

Reverse engineering framework

Commands

r2rabin2radiff2rafind2ragg2rahash2rasm2

Examples

Open a binary in interactive mode for analysis$ r2 /path/to/binary
Analyze a binary and extract information without interactive mode$ rabin2 -I /path/to/binary
Search for a string or hex pattern within a binary$ rafind2 -s 'search_string' /path/to/binary