DexGuard 5.1 for Android
Join the DZone community and get the full member experience.
Join For Freewe're pleased to announce the release of dexguard 5.1 .
dexguard is our specialized optimizer and obfuscator for android. it focuses on protecting android applications against reverse engineering, piracy, and tampering. it automatically applies recommended techniques like string encryption, class encryption, and reflection. this release adds a number of commonly requested features; notably, it now also obfuscates binary xml resource files and it can process stand-alone android libraries as end-products.
dexguard is compatible with our open-source optimizer and obfuscator proguard . proguard is generic and applicable for all java development. it is distributed as part of the android sdk, and widely used for compacting and hardening android applications. dexguard provides additional protection measures that are less suitable for an open-source project, but commonly requested by professional android developers.
if you're not sure whether proguard or dexguard could be useful for your android development, you may learn more from the slides of my recent presentation at droidcon in london, in which i discussed some typical results, a bit of technical background, and practical tips.
eric lafortune
saikoa
Opinions expressed by DZone contributors are their own.
Comments