Re: How to make an application non-executable?
Re: How to make an application non-executable?
- Subject: Re: How to make an application non-executable?
- From: Ricky Sharp <email@hidden>
- Date: Fri, 16 Jul 2004 15:21:15 -0500
On Jul 16, 2004, at 2:15 PM, Bill Cheeseman wrote:
I'm looking for an easy way to make an application non-executable, for
example, by compressing or encrypting it. Any ideas?
While not Cocoa, my Carbon updater application does something similar.
The updater bundle contains a file in the Resource folder which is an
application's data fork in encrypted form. I just use a simple
XOR-based encryption.
I can send you the C code to the encryption offline if you're
interested.
___________________________________________________________
Ricky A. Sharp
mailto:email@hidden
Instant Interactive(tm)
http://www.instantinteractive.com
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.