Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package request: proguard #311663

Open
JohnFinn opened this issue May 14, 2024 · 0 comments
Open

Package request: proguard #311663

JohnFinn opened this issue May 14, 2024 · 0 comments

Comments

@JohnFinn
Copy link

Project description
ProGuard is a free shrinker, optimizer, obfuscator, and preverifier for Java bytecode:

  • It detects and removes unused classes, fields, methods, and attributes.
  • It optimizes bytecode and removes unused instructions.
  • It renames the remaining classes, fields, and methods using short meaningless names.

The resulting applications and libraries are smaller and faster.

Metadata


Add a 👍 reaction to issues you find important.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant