I have created a java based project using Netbeans as an IDE. Now I want to obfuscate my project. How can this be done?
+6
A:
Here are steps to use Proguard to obfuscate in Netbeans: http://wiki.netbeans.org/DevFaqModuleObfuscation
James Black
2009-10-29 12:57:26
+3
A:
You need to use a source obfuscator.
I have used Zelix Klassmaster in the past and it is pretty good.
OscarRyz
2009-10-29 12:59:49
+2
A:
I have used RetroGuard and i was really happy with it. The thing I really liked was the ability to use it from my build file, so that I could deploy the project directly obfuscated.
Bobby
2009-10-29 13:01:18