ghidra

Multi-platform software reverse engineering and binary analysis framework

brewmacoslinux
Try with needOr install directly
Source

About

Multi-platform software reverse engineering framework

Commands

ghidraghidraRun

Examples

Launch Ghidra GUI for interactive binary analysis$ ghidraRun
Analyze a binary file in headless mode and generate report$ ghidra --headless /tmp/project -import /path/to/binary -analyze
Run Ghidra in batch mode with custom Python script$ ghidra --headless /tmp/project -process binary.bin -scriptPath /scripts -postScript analysis.py