About 82,700 results
Open links in new tab
  1. GitHub - Guardsquare/proguard: ProGuard, Java optimizer and …

    ProGuard works like an advanced optimizing compiler, removing unused classes, fields, methods, and attributes, shortening identifiers, merging classes, inlining methods, propagating constants, removing …

  2. Java Obfuscator and Android App Optimizer | ProGuard

    ProGuard is a command-line tool that reduces app size by shrinking bytecode; it obfuscates the names of classes, fields and methods. It’s an ideal fit for developers working with Java or Kotlin who are …

  3. ProGuard - Wikipedia

    ProGuard is an open source command-line tool which shrinks, optimizes and obfuscates Java code. It is able to optimize bytecode as well as detect and remove unused instructions. [4]

  4. ProGuard Main

    Main ProGuard is a free Java class file shrinker, optimizer, obfuscator, and preverifier. It detects and removes unused classes, fields, methods, and attributes. It optimizes bytecode and removes unused …

  5. ProGuard Warranty | Vehicle Protection Plans

    ProGuard Warranty Has Different Protections Plans You Can Choose From To Help Keep Your Life Moving! We Even Have 24/7 Roadside Assistance.

  6. What is ProGuard - ProGuard Android Rules - DoveRunner

    ProGuard is a free tool for Java and Android that shrinks, optimizes, obfuscates, and preverifies code, reducing app size and making reverse engineering harder.

  7. ProGuard Manual: Home | Guardsquare

    ProGuard is an open-sourced Java class file shrinker, optimizer, obfuscator, and preverifier. As a result, ProGuard processed applications and libraries are smaller and faster.

  8. ProGuard - Massachusetts Institute of Technology

    ProGuard is being used in various development contexts, ranging from small Android apps to large Java applications and libraries. Its user base is continuing to grow at a fast pace.

  9. Releases · Guardsquare/proguard - GitHub

    ProGuard, Java optimizer and obfuscator. Contribute to Guardsquare/proguard development by creating an account on GitHub.

  10. Deep dive into ProGuard - Medium

    Nov 11, 2023 · ProGuard helps reduce the size of an Android APK by performing code obfuscation and removing unused code and resources. Below is an example of how ProGuard can achieve this by …