Reputation:
I am using the otool
, nm
and Fraise
text editor to disassemble the Mach-o
binaries. My workflow at this point is pretty straightforward:
nm -g
otool -vt
I am looking for the tools that simplify the working with disasm code on Mac OS X
.
Upvotes: 60
Views: 59499
Reputation: 351
You might want to try
Upvotes: 35
Reputation: 701
I als know of http://www.hopperapp.com/, but never used it. (cannot be compared to Ida(Pro))
Upvotes: 16