Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

tools on Linux to read/dump MachO files?

Are there tools available on Linux for read/dump/analyze MachO files? Somethings like readelf or objdump, just for MachO format? This must run on Linux.

like image 583
zaharpopov Avatar asked Mar 08 '12 05:03

zaharpopov


1 Answers

I provided a previous answer describing how to use the binutils (objdump and friends) for Mach-O format. Hope it helps - but since you mention iOS, you may have to change the --target parameter to an ARM target.

like image 128
Brett Hale Avatar answered Sep 21 '22 20:09

Brett Hale