Re: Cocoa-dev Digest, Vol 6, Issue 154
Re: Cocoa-dev Digest, Vol 6, Issue 154
- Subject: Re: Cocoa-dev Digest, Vol 6, Issue 154
- From: Andrew Farmer <email@hidden>
- Date: Tue, 27 Jan 2009 13:46:25 -0800
On 26 Jan 09, at 15:08, Michael Robinson wrote:
Greetings List,
A month ago my main hard disk failed, and I lost some development
files that were not backed up. Yes I know I am stupid.
Unfortunately the disk is too damaged for any recovery.
I have the latest version of the project I was working on, but it is
in a compiled, releasable form.
I would like to know if any of you are aware of a way to decompile a
compiled ObjectiveC project, to recover source files.
There is no way to recover your source in its entirety. However, class-
dump[1] can give you an approximation to the header files, and otx[2]
can give you an annotated disassembly, which may aid in reconstructing
some of your logic.
Best of luck.
[1]: http://www.codethecode.com/projects/class-dump/
[2]: http://otx.osxninja.com/
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden