forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
9 lines
407 B
Text
9 lines
407 B
Text
ProGuard is a free Java class file shrinker, optimizer, and
|
|
obfuscator. It can detect and remove unused classes, fields,
|
|
methods, and attributes. It can then optimize bytecode and
|
|
remove unused instructions. Finally, it can rename the
|
|
remaining classes, fields, and methods using short
|
|
meaningless names. The resulting jars are smaller and harder
|
|
to reverse-engineer.
|
|
|
|
WWW: http://proguard.sourceforge.net/
|