• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

bin/22-Nov-2023-8739

build/22-Nov-2023-1,099951

docs/22-Nov-2023-10,6168,884

examples/22-Nov-2023-3,5552,388

lib/22-Nov-2023-

src/proguard/22-Nov-2023-114,26464,053

.gitD01-Jan-19700

Android.mkD22-Nov-202334 20

CleanSpec.mkD22-Nov-20232.2 KiB500

NOTICED22-Nov-202318.9 KiB368303

READMED22-Nov-2023963 3421

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