ProGuard Java Optimizer and Obfuscator Code
Java class file shrinker, optimizer, obfuscator, and preverifier
Brought to you by:
guardsquare
File | Date | Author | Commit |
---|---|---|---|
bin | 2013-07-29 |
![]() |
[02c159] Created ProGuard version 4.10. |
build | 2013-12-26 |
![]() |
[0859eb] Created ProGuard version 4.11. |
docs | 2013-12-26 |
![]() |
[0859eb] Created ProGuard version 4.11. |
examples | 2013-12-26 |
![]() |
[0859eb] Created ProGuard version 4.11. |
src | 2013-12-26 |
![]() |
[0859eb] Created ProGuard version 4.11. |
.hgtags | 2013-07-29 |
![]() |
[6816a0] Tagged ProGuard version 4.10. |
README | 2013-03-18 |
![]() |
[acd47d] Created ProGuard version 4.9. |
ProGuard, Java class file shrinker, optimizer, obfuscator, and preverifier ========================================================================== This distribution contains the following directories: - bin : simple wrapper scripts to run ProGuard, its GUI, and ReTrace - lib : the main jars, compiled and ready to use with "java -jar ...." - docs : the complete documentation, licenses, etc. in html format - examples : some example configuration files - src : the source code - build : various alternative build scripts The best place to start is docs/index.html Example ======= If you want to give ProGuard a spin right away, try processing the ProGuard jar itself: cd examples java -jar ../lib/proguard.jar @proguard.pro The resulting proguard_out.jar contains the same application, but it's a lot smaller. Enjoy! http://proguard.sourceforge.net/ Copyright (c) 2002-2013 Eric Lafortune (eric@graphics.cornell.edu)