Kittens Posted May 21, 2014 Share Posted May 21, 2014 (edited) Anyone here know how to obfustucate something/where i can do it?? I need someone to teach me so I can learn so I can release my woodcutter locally and want to obfustucate the source. Edited May 21, 2014 by Verified Link to comment Share on other sites More sharing options...
Nezz Posted May 21, 2014 Share Posted May 21, 2014 Use an obfuscator. You can find them by googling them. I can't remember the one I used, most of them are paid. http://proguard.sourceforge.net/ was one. Just know that any common obfuscating program also generally has deobfuscating. Obfuscating your code is pretty useless unless you have a paid one or make your own obfuscation. And no matter what, your code can be deobfuscated, 99.99% of the time. They even have competitions on it. lel Link to comment Share on other sites More sharing options...
Kittens Posted May 21, 2014 Author Share Posted May 21, 2014 Use an obfuscator. You can find them by googling them. I can't remember the one I used, most of them are paid. http://proguard.sourceforge.net/ was one. Just know that any common obfuscating program also generally has deobfuscating. Obfuscating your code is pretty useless unless you have a paid one or make your own obfuscation. And no matter what, your code can be deobfuscated, 99.99% of the time. They even have competitions on it. lel Thanks man! do you know of any decent paid ones that are cheap? Link to comment Share on other sites More sharing options...
Nezz Posted May 21, 2014 Share Posted May 21, 2014 Thanks man! do you know of any decent paid ones that are cheap? I do not, sorry. ^.^ Google is your friend, m8. Link to comment Share on other sites More sharing options...
PolishCivil Posted May 21, 2014 Share Posted May 21, 2014 I doubt you write very secret code. Just use proguard or make own asm renamer, mabye some text encoder and thats all you need.You can find ZKM cracked on google. Link to comment Share on other sites More sharing options...
Articron Posted May 21, 2014 Share Posted May 21, 2014 Alternatively, alongside your obfuscation (ProGuard recommended), you could instead distribute a jar file that uses a ClassLoader instance, so you're actual script gets loaded externally, and has less chance of exposing your code. Link to comment Share on other sites More sharing options...
Dog_ Posted May 24, 2014 Share Posted May 24, 2014 You can ask Allatori for a non commercial version and they'll give you the latest version free of charge. Link to comment Share on other sites More sharing options...
Uniquified Posted May 25, 2014 Share Posted May 25, 2014 I'd advice proguard, it does the job. Link to comment Share on other sites More sharing options...