This is the Linux app named ProGuard whose latest release can be downloaded as proguard-7.4.0.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named ProGuard with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS
Ad
ProGuard
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. ProGuard can be run as a task in Gradle. Before you can use the proguard task, you have to make sure Gradle can find it in its class path at build time. One way is to add the following line to your build.gradle file which will download ProGuard from Maven Central. ProGuard works like an advanced optimizing compiler, removing unused classes, fields, methods, and attributes, shortening identifiers, merging classes, inlining methods, propagating constants, removing unused parameters, etc.
Features
- The optimizations typically reduce the size of an application by anything between 20% and 90%
- The optimizations may also improve the performance of the application, by up to 20%
- ProGuard can also remove logging code, from applications and their libraries, without needing to change the source code
- 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
Programming Language
Java
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/proguard.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.