Please
donate here if you are willing.
Class-dump-x is modified from class-dump 3.1.2 (
http://www.codethecode.com/projects/class-dump/).
Objective-c 2.0 changed its ABI by removal of OBJC segment and
introduced some sections in data segment, the class/obj layout is
changed too. We have waited someone to add this support to class-dump,
but it seems "Better rely on yourself than look to others for help".
And "Time is like the water in sponge,if you squeeze it,you can always
get some." (
It is already dry! --
holly). Here is the result of squeezing by Holly Lee.
It
DOESN'T generate @property
declarations since all properties are mapped
to methods. To select not creating @property elements, we can make the
source compatible with objc 1.0 compilers.
Download:
src
class-dump-x 3.1.2 src tar ball
bin for Leopard
class-dump-x
bin for iPhone OS 2.0
class-dump-x-iphone
2008-09-11
Fixed one bug, which cause the program exit abnormally when dumping some binaries.
2008-08-19
A bit modification and precompiled bin.
2008-05-06
Page created. Holly has finished the modification
at Apr. 20th. But my sponge is dry too to create this page.