forked from dweiss/proguard
-
Notifications
You must be signed in to change notification settings - Fork 0
Eric LaFortune's proguard mirror
nbonavia/proguard
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
ProGuard clone with support for package renaming
================================================
This is a fork of ProGuard but with a tiny extension (on the
'renamer' branch) to support easier renaming of entire packages.
For example:
-renamepackage com.google=>com.acme.dependencies.google
-renamepackage com.foo=>com.acme.dependencies.foo
Original README follows.
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-2015 Eric Lafortune @ GuardSquare
About
Eric LaFortune's proguard mirror
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Java 99.0%
- Other 1.0%