ProGuard, Java class file shrinker, optimizer, obfuscator, and preverifier ========================================================================== This distribution contains the following directories: - bin : simple wrapper scr ipts to run ProGua
ProGuard is a free Java class file shrinker, optimizer, obfuscator, and preverifier. It detects and removes unused classes, fields, methods, and attributes. It optimizes bytecode and removes unused instructions. It renames the remaining classes, fie
Proguard4.2.zip(java编码混淆器)doc是4.0的docjar包是1.4.2ProGuard, Java class file shrinker, optimizer, and obfuscator=============================================================This distribution contains the following directories:- lib : the main jars, comp
ProGuard is a free Java class file shrinker, optimizer, and obfuscator. It removes unused classes, fields, methods, and attributes. It then optimizes the bytecode. It then renames the remaining classes, fields, and methods using short meaningless na
ProGuard is a free Java class file shrinker, optimizer, obfuscator, and preverifier. It detects and removes unused classes, fields, methods, and attributes. It optimizes bytecode and removes unused instructions. It renames the remaining classes, fie
Java的字节码一般是非常容易反编译的。为了很好的保护Java源代码,我们往往会对编译好的class文件进行混淆处理。ProGuard的主要作用就是混淆。当然它还能对字节码进行缩减体积、优化等,但那些对于我们来说都算是次要的功能。 引用ProGuard官方的一段话来介绍就是: ProGuard is a free Java class file shrinker, optimizer, obfuscator, and preverifier. It detects and removes u
Based on the Sample: https://github.com/googlesamples/android-dynamic-features/issues Last check on 2nd of November 2018 Known problems 1 FAILURE: Build failed with an exception. What went wrong: A problem occurred configuring project :app. > R