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.
Asked
Active
Viewed 6,695 times
9
zaharpopov
- 16,882
- 23
- 75
- 93
1 Answers
7
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.
Community
- 1
- 1
Brett Hale
- 21,653
- 2
- 61
- 90