bingrep

Search for patterns in binary files across multiple architectures

brewmacoslinux
Try with needOr install directly
Source

About

Greps through binaries from various OSs and architectures

Commands

bingrep

Examples

Search for a specific string pattern in a binary file$ bingrep 'pattern' /path/to/binary
Search for patterns and show matching offsets and context$ bingrep -o 'function_name' executable
Analyze binary and display architecture information$ bingrep -a /path/to/binary