Description
A command-line analyzer that reads ELF and Mach-O binaries and reports which CPU instruction set extensions they use. It helps developers, packagers, and troubleshooters understand whether a binary may require newer processor features.
Use it when checking compatibility, debugging illegal-instruction crashes, or auditing optimized builds. It inspects existing binaries; it does not make them compatible with older hardware.