ProGuard – Java class file shrinker, optimizer, obfuscator, and preverifier.
January 12th, 2010
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.
(Link: ProGuard – Java class file shrinker, optimizer, obfuscator, and preverifier.)
Related posts:
- Distilling JRuby: The JIT Compiler In Java the source format is Java bytecode, and...
- Gson is a Java library that can be used to convert Java Objects into its JSON representation Gson is a Java library that can be used...
- Introducing JITB a java-based flash player JITB is currently able to translate a subset of...
Uncategorized