Hi there, are there a free tool which can protect .class file and prevent decompiler? And renamed to "a.class", "b.class", "c.class"... Thank you!
Hi there, are there a free tool which can protect .class file and prevent decompiler? And renamed to "a.class", "b.class", "c.class"... Thank you!
Hi,
Yes, there are some. Those tools are called obfuscators. They change the names of variable, methods, classes so that it becomes difficult to read the code. It also reduces the size of the program (10 to 30% smaller usually).
2 tools:
Retroguard: http://retrologic.com/retroguard-main.html
Proguard: http://proguard.sourceforge.net/
To use retroguard:
http://wireless.java.sun.com/midp/questions/obfuscate/
To use proguard:
http://wireless.java.sun.com/midp/ttips/proguard/
regards,
Frederic