Menu

Tree [fbf2b1] default tip /
 History

Read Only access


File Date Author Commit
 bin 2014-08-19 eric eric [45eef3] Created ProGuard version 5.0.
 buildscripts 2016-12-05 eric eric [071dcc] Created ProGuard version 5.3.2.
 docs 2016-09-23 eric eric [bd5877] Created ProGuard version 5.3.
 examples 2016-12-05 eric eric [071dcc] Created ProGuard version 5.3.2.
 src 2016-12-05 eric eric [071dcc] Created ProGuard version 5.3.2.
 .hgtags 2016-12-05 eric eric [fbf2b1] Tagged ProGuard version 5.3.2.
 README 2016-09-23 eric eric [bd5877] Created ProGuard version 5.3.

Read Me

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
- buildscripts : 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-2016 Eric Lafortune @ GuardSquare
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.