DashO Java Obfuscator Change Log V6.10 Build 1 – Release Date October 27, 2011

Change Log – Version 6.10.1 – Release Date October 27, 2011

New Features

  • Members can be marked as synthetic to hide them from some decompilers.

Enhancements

  • Support for classes compiled with Java 1.7
  • Input and support file list flags items that cannot be read or contain property errors.
  • Added the following new built-in properties:
    • ${dasho.basedir} : the absolute path of the project’s directory
    • ${dasho.file} : the absolute path of the project file
    • ${dasho.project} : the name part of the project file, no extension
    • ${dasho.java.version} : the JVM version DashO detected; currently it can hold the values “1.5”, “1.6”, or “1.7”

    Fixes

    • Wizard creates project with blank name when input item starts with a single period and has no extension.
    • Incorrect icon used in class trees for package-protected constructors.
    • Rename collision when not removing unused classes and using randomized class identifiers.

    Changes

    • The ${configdir} property is deprecated and replaced with ${dasho.basedir}.