Download of proguard4.0beta2.tar.gz (proguard4.0beta2.tar.gz ( external link: SF.net): 1,598,416 bytes) will begin shortly. If not so, click link on the left.

檔案信息

檔案大小
1,598,416 bytes
MD5
6b42ef6a3ffe0fe4f032835f4f90cae3

專案描述

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.

ProGuard is useful for making code more compact and more efficient, on the desktop, on tablets, on smartphones, and on embedded devices. It also makes code more difficult to reverse engineer.