
DashO Pro is a Java application obfuscator, optimizer, and size reducer. It performs a dependency analysis on the application, finding all necessary classes. It removes all unused methods and fields, producing significant size reduction. Classes and methods can be renamed using the unique Overload-induction renaming algorithm. Byte code optimization, control flow obfuscation, and string encryption can also be selectively applied. It also includes tools for watermarking jars and decoding obfuscated stack traces.
License: Other/Proprietary License
Changes:
A New Project Wizard was added in the File >New Project menu. You can have DashO's New ProjectWizard create a project for your application. TheWizard can create projects for libraries,applications, or WAR files. WAR file obfuscationrequires installing DashO's Ant tasks. DashO nowexcludes all packages that are defined in JDK 1.6.Various UI and engine bugs were fixed.
More...