NickThePowerful / iphone-dev

Automatically exported from code.google.com/p/iphone-dev
0 stars 0 forks source link

Adding ARM disassembly support for otool #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Would you mind integrating my otool patch into the repository?
It adds ARM disassembly support, and, if called with -tvV, can also resolve
NXConstantStrings.
You can find a patch against cctools-622.5 and OSX-Intel and iPhone
binaries here: http://seto.gni.ch/headers/otool-arm.tar.gz
The source is released under the (classic?) BSD license, please tell me if
this poses an issue.

I tried to apply it to the current SVN version of iphone-dev, and the only
problem was the Makefile. Just add arm_disasm.c to CFILES, and it should
work (I did a quick test).

Original issue reported on code.google.com by onit...@gmail.com on 12 Sep 2007 at 10:28

GoogleCodeExporter commented 9 years ago
Changed type to patch

Original comment by Phi...@gmail.com on 12 Sep 2007 at 10:35

GoogleCodeExporter commented 9 years ago
Accepted and integrated into latest SVN. Thank you!

Original comment by nightwat...@gmail.com on 12 Sep 2007 at 3:13