You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jianglk.darker 7ee447c011
v811_spc009_project
4 months ago
..
bin v811_spc009_project 4 months ago
build v811_spc009_project 4 months ago
docs v811_spc009_project 4 months ago
examples v811_spc009_project 4 months ago
lib v811_spc009_project 4 months ago
src/proguard v811_spc009_project 4 months ago
Android.mk v811_spc009_project 4 months ago
CleanSpec.mk v811_spc009_project 4 months ago
METADATA v811_spc009_project 4 months ago
MODULE_LICENSE_GPL v811_spc009_project 4 months ago
NOTICE v811_spc009_project 4 months ago
OWNERS v811_spc009_project 4 months ago
README v811_spc009_project 4 months ago
README.version v811_spc009_project 4 months ago

README

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-2014 Eric Lafortune (eric@graphics.cornell.edu)