otx > class-dump, "silly"
And if you actually ever attended AHA!, you might know that otool, otx
and classs-dump were all mentioned in a talk that was given there.
While class-dump might give you the .h file, otx will give you the
disassembled, symbolized .s (assembly) files for the objective C
classes.
kthxdonotpassgo.
On Wed, Apr 2, 2008 at 12:13 AM, Dalton Cummings <m4cpunk at gmail.com> wrote:
> Teeheehee, I believe you can use class-dump for that, silly!
>
> http://www.codethecode.com/projects/class-dump/
>
> class-dump will give you a complete interface for all the Objective-C
> classes is a binary.
>
> Also check out a decompiler based on class-dump by braden:
>
> http://code-dump.sourceforge.net/
>
> --Dalton
>
>
> _______________________________________________
> XSO mailing list
> XSO at 0x90.org
> http://0x90.org/mailman/listinfo/xso
>
|