Search Results
PR: 5
| JODE Category: Code Obfuscators and Protectors JODE is a java package containing a decompiler and an optimizer for java. This package is freely available under the GNU GPL. New: The bytecode package and the core decompiler is now under GNU Lesser General Public License, so you can integrate it in your project. |
| (0 Reviews. Rating: Total Votes: ) | |
PR: 5
| ProGuard Category: Code Obfuscators and Protectors ProGuard is a free Java class file shrinker, optimizer, obfuscator, and preverifier. It detects and removes unused classes, fields, methods, and attributes. It optimizes bytecode and removes unused instructions. It renames the remaining classes, fields, and methods using short meaningless names. Finally, it preverifies the processed code for Java 6 or for Java Micro Edition. |
| (0 Reviews. Rating: Total Votes: ) | |