java-proguard/README.md

5 lines
272 B
Markdown
Raw Permalink Normal View History

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