Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
bin/ | 03-May-2024 | - | 125 | 66 | ||
build/ | 03-May-2024 | - | 1,110 | 962 | ||
docs/ | 03-May-2024 | - | 11,095 | 9,407 | ||
examples/ | 03-May-2024 | - | 3,569 | 2,391 | ||
lib/ | 03-May-2024 | - | ||||
src/proguard/ | 03-May-2024 | - | 125,934 | 70,424 | ||
Android.mk | D | 03-May-2024 | 34 | 2 | 0 | |
CleanSpec.mk | D | 03-May-2024 | 2.2 KiB | 50 | 0 | |
MODULE_LICENSE_GPL | D | 03-May-2024 | 0 | |||
NOTICE | D | 03-May-2024 | 20.4 KiB | 403 | 332 | |
README | D | 03-May-2024 | 963 | 34 | 21 | |
README.version | D | 03-May-2024 | 126 | 4 | 3 |
README
1ProGuard, Java class file shrinker, optimizer, obfuscator, and preverifier 2========================================================================== 3 4This distribution contains the following directories: 5 6- bin : simple wrapper scripts to run ProGuard, its GUI, and ReTrace 7- lib : the main jars, compiled and ready to use with "java -jar ...." 8- docs : the complete documentation, licenses, etc. in html format 9- examples : some example configuration files 10- src : the source code 11- build : various alternative build scripts 12 13 14The best place to start is docs/index.html 15 16 17Example 18------- 19 20If you want to give ProGuard a spin right away, try processing the ProGuard 21jar itself: 22 23 cd examples 24 java -jar ../lib/proguard.jar @proguard.pro 25 26The resulting proguard_out.jar contains the same application, but it's a lot 27smaller. 28 29Enjoy! 30 31http://proguard.sourceforge.net/ 32 33Copyright (c) 2002-2014 Eric Lafortune (eric@graphics.cornell.edu) 34
README.version
1URL: http://sourceforge.net/projects/proguard/files/proguard/5.1/proguard5.1.tar.gz/download 2Version: 5.1 3BugComponent: 99142 4