Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

BadlionClient/proguard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 - 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 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-2016 Eric Lafortune @ GuardSquare 

About

ProGuard is a java obfuscator library provided by Guard Square

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages