The open source optimizer for Java byte-code. It is the most popular optimizer for Java byte-code. It makes your Java and Android applications up to 90% smaller and up to 20% faster. It renames the remaining classes, fields, and methods using short meaningless names.
ProGuard can be used free of charge to process your applications. The ProGuard code is copyrighted and is distributed under the terms of the GNU General Public License (GPL), version 2.
For more details, visit -
Android applications and SDKs are easy to de-compile using readily available tools. This opens the way for various forms of abuse, including intellectual property theft, credential harvesting, tampering and cloning.
DexGuard protects Android (Java, Kotlin) and cross-platform (Cordova, Ionic, React Native) apps and SDKs against reverse engineering and hacking. It hardens their code and enables them to defend themselves at runtime.
DexGuard protects Android (Java, Kotlin) and cross-platform (Cordova, Ionic, React Native) apps and SDKs against reverse engineering and hacking.
Basically, ProGuard is a generic optimizer for Java byte-code, while DexGuard provides advanced protection for Android applications.
DexGuard integrates transparently in the Android build process: it doesn’t require any changes to your source code.
DexGuard is fully compatible with all common build tools and development environments (Gradle, Android Studio, Ant, Eclipse, Maven and custom builds).
DexGuard is built on ProGuard. This makes it easy to upgrade: you can reuse your ProGuard configuration and implement DexGuard’s additional layers of protection.
For more details, visit -
Thank You!