2024-01-06 00:09:44 +01:00
|
|
|
# java-proguard
|
|
|
|
|
2024-01-06 00:09:49 +01:00
|
|
|
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 names.
|
|
|
|
|