vote up 1 vote down star
1

We're releasing a Mac version of our Windows application. Under Windows, there are several tools for executable protection, for example Armadillo, ExeCryptor, AsProtect etc, however, none of these has a Mac version. So, my question is:

Are there any executable protection / encryption tools for Mac OS X?

flag

6 Answers

vote up 2 vote down

This might be useful: Using OpenSSL for license keys

link|flag
vote up 0 vote down

AquaticPrime is an open source licensing framework that's based on asymmetric key encryption and is decently hard to crack.

link|flag
vote up 0 vote down

Thanks for the answers, but I was looking for a tool that encrypts the executable to make it harder to crack (see the PC tools I mentioned above). Keys / licensing is a relatively simple problem, given the availability of libraries like OpenSSL.

link|flag
Isn't encrypting the executable an exercise in futility, since its decrypted upon runtime? You cannot stop a user from dumping his own memory. – Dark Shikari Sep 18 '08 at 6:37
1  
I agree with Dark. Even if an encrypted binary prevents releasing a file patch, you can either release a wrapper that patches in memory or you can manipulate library loading of DYLD to load a patched library and thus inject own code into the original binary. – Mecki Sep 18 '08 at 10:44
You should edit your question title, since you're really asking for something more specific than just preventing cracks. – benzado Sep 20 '08 at 11:48
vote up 1 vote down

UPX can encrypt/compress Mac OSX executable.

link|flag
vote up 3 vote down

It is my personal view and most other OS X developer's view that you should make it reasonably hard to steal your software but there is a point that it's simply not worth the effort. The fact is that there are very few things that can be done to fully protect a piece of software. And the more you do to try and protect that software the harder you make it for a real user to use your software. Real users then hate to use your software because they lost 5 days of productivity since their dongle broke. And less people buy it because the other real users have spread the word how the heavy handed protection scheme isn't worth it.

Will Shipley, a prominent Mac OS X developer has written one of his infamous opinion pieces here: http://wilshipley.com/blog/2005/06/piracy.html.

link|flag
vote up 0 vote down

Hi, I'm a maker of PELock software copy protection for Windows and I must say in my entire life I have received like 2 requests for making a copy protection for MacOS... Once I was looking for some encryption tools for MacOS executables and didn't find anything (except huge licensing solutions that doesn't protect the executables), maybe it's a great market niche for the new products, but from my perspective it's... well not worth the effort (I'm a jerk, I know :D), but maybe since x86 is now default platform, people who coded software protection will take a shot (Rafael [themida], Pavol [svkp], Alexey [asprotect] do you read this? ;)) :)

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.