Hello, I'm trying to find a disassembler for Mach-O mac Binary file, I can't really find one that works the way I expect it. The one I found to be the closest is objconv at http://www.agner.org/optimize/ but it's syntax output isn't correct for GAS or also know as AT&T. The sections that come from C, such as cstring, causes a problem since the gnu assembler doesn't know about it. When I get the raw code from gcc, it works fine. Reason I'm asking is because I'm trying to learn Assembly and it'll be nice to have something that outputs right code from a Mach-O binary.
Thanks for any tips,
Mr. Gecko
Thanks for any tips,
Mr. Gecko