Re: Class-Dump Protection??
Re: Class-Dump Protection??
- Subject: Re: Class-Dump Protection??
- From: Justin Spahr-Summers <email@hidden>
- Date: Wed, 27 Apr 2005 19:27:03 -0500
One answer: You can't. Everything is created at runtime (that includes
the classes themselves), and thus should be obvious in the executable
code.
Another answer: I suppose you could, if you created some C function
that ran before any Objective-C stuff is called that would decrypt
some class/object data you have in your executable. But that's pretty
complicated.
On 4/27/05, Julian <email@hidden> wrote:
> Hi,
> I am wondering what can be done to prevent Class-Dump from dumping
> header files on MachO/ObjC binaries. So far Skype is the only Cocoa
> app I have seen that you cannot dump the headers, so I am curious as
> to what may be done to protect cocoa binaries.
>
> Thanks in advance!
> ~J
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden