Categories
ProGuard
ProGuard is a Java class file shrinker and obfuscator. It detects and removes unused classes, fields, methods, and attributes, then renames the remaining classes, fields, and methods using short, meaningless names. The resulting jars are smaller and harder to reverse-engineer. Advantages of ProGuard compared to other Java shrinkers and obfuscators are compact template-based configuration, memory efficiency, and speed.
Last updated 22 Nov, 2004
About
Leadership
- Eric Lafortune - Maintainer
- Mark Welsh - Contributor
Requirements
- JRE 2 or later (Use Requirement)
Versions
3.1
3.1 stable released 2004-11-21
- Released: 21 Nov, 2004
- Code Maturity: Stable
- Source Archive: http://prdownloads.sourceforge.net/proguard/pro...
- Licenses: GPLv2
- Interfaces: Command Line
User Community and Support
User manual available in HTML format from http://proguard.sourceforge.net/manual/




