Download von proguard4.11beta7.zip (proguard4.11beta7.zip ( externer Link: SourceForge.net): 2,719,374 Bytes) wird in Kürze beginnen. Wenn nicht, klicke auf proguard4.11beta7.zip ( externer Link: SourceForge.net).

Datei-Informationen

Dateigröße
2,719,374 Bytes
MD5
d62d85dcf8a6b707bea28e94b6104533

Projektbeschreibung

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.