Menu

Tree [b43786] default tip /
 History

Read Only access


File Date Author Commit
 annotations 2019-12-08 ProGuard ProGuard [838948] Created ProGuard version 6.2.2.
 ant 2019-12-08 ProGuard ProGuard [838948] Created ProGuard version 6.2.2.
 bin 2014-08-19 eric eric [45eef3] Created ProGuard version 5.0.
 buildscripts 2019-12-08 ProGuard ProGuard [838948] Created ProGuard version 6.2.2.
 core 2019-12-08 ProGuard ProGuard [838948] Created ProGuard version 6.2.2.
 docs 2019-12-08 ProGuard ProGuard [838948] Created ProGuard version 6.2.2.
 examples 2019-12-08 ProGuard ProGuard [838948] Created ProGuard version 6.2.2.
 gradle 2019-12-08 ProGuard ProGuard [838948] Created ProGuard version 6.2.2.
 gui 2019-12-08 ProGuard ProGuard [838948] Created ProGuard version 6.2.2.
 retrace 2019-12-08 ProGuard ProGuard [838948] Created ProGuard version 6.2.2.
 wtk 2019-12-08 ProGuard ProGuard [838948] Created ProGuard version 6.2.2.
 .gitignore 2019-05-09 release release [17d5c2] Created ProGuard version 6.1.0.
 .hgignore 2019-05-09 release release [17d5c2] Created ProGuard version 6.1.0.
 .hgtags 2019-12-08 ProGuard ProGuard [b43786] Tagged ProGuard version 6.2.2.
 LICENSE.md 2019-05-09 release release [17d5c2] Created ProGuard version 6.1.0.
 LICENSE_exception.md 2019-05-09 release release [17d5c2] Created ProGuard version 6.1.0.
 README 2018-02-04 eric eric [1217f1] Created ProGuard version 6.0.
 README.md 2019-05-09 release release [17d5c2] Created ProGuard version 6.1.0.

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

It also contains the source code and builds scripts:

- core         : the ProGuard core
- retrace      : the ReTrace tool
- gui          : the ProGuard/ReTrace GUI
- gradle       : the ProGuard Gradle plugin
- ant          : the ProGuard Ant plugin
- wtk          : the ProGuard WTK plugin
- annotations  : the optional annotations to configure ProGuard
- 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/standalone
    ../../bin/proguard.sh @ proguard.pro

The resulting proguard_out.jar contains the same application, but it's a lot
smaller.

Enjoy!

https://www.guardsquare.com/proguard

Copyright (c) 2002-2018 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.