Linux tools for reading / flushing MachO files?

Are there any Linux tools to read / dump / analyze MachO files? Something like readelf or objdump , only for MachO format? This should be done on Linux.

+6
source share
1 answer

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

+6
source

Source: https://habr.com/ru/post/910225/


All Articles