Linux Mach-O Disassembler

AFAIK, the native Darwin binary tools are part of the cctools package. They don’t have the same command line syntax or output as the GNU binutils. Later binutils (i.e., 2.22) supports the Mach-O format however. You can get these prebuilt, with the ‘g‘ prefix to the tool names, as mentioned here. Alternatively, you can compile … Read more