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.)


January 12, 2010

No comments yet... Be the first to leave a reply!