binutils

GNU binary tools for native development and binary manipulation

brewmacoslinux
Try with needOr install directly
Source

About

GNU binary tools for native development

Commands

arasldnmobjcopyobjdumpranlibreadelfsizestringsstrip

Examples

Display symbols from a compiled object file or library$ nm -C /path/to/binary
Show detailed information about executable and object files$ objdump -d /path/to/binary | head -50
Display section headers and segments of an ELF file$ readelf -l /path/to/binary