DJ Java Decompiler Changelog

What's new in DJ Java Decompiler 3.12.12.101

Apr 19, 2016
  • Updated decompiler engine files. See "Settings" - > "Decompiler Settings" - > check "Use alternative decompiler engine (Don’t use JAD as decompiler engine)” checkbox.
  • Checkbox "Use alternative decompiler engine (Don’t use JAD as decompiler engine)” added in "Decompile more files..." tool.
  • "Edit" - "Unescape" menu item added to convert escaped Java entities into string.
  • Improvement to handle BootstrapMethods attribute and the new ConstantPool Types: CONSTANT_InvokeDynamic, CONSTANT_MethodType, CONSTANT_MethodHandle.
  • Fixed issue in extracting files case-sensitively in "Archiver" tool and "Search inside compressed archives"

New in DJ Java Decompiler 3.12.12.100 (Aug 3, 2015)

  • "Edit" - "Unescape" menu item added to convert escaped Java entities into string.

New in DJ Java Decompiler 3.12.12.98 (Apr 10, 2014)

  • Updated decompiler engine files. See "Settings" - > "Decompiler Settings" - > check "Use alternative decompiler engine (Don’t use JAD as decompiler engine)” checkbox.
  • Improvement to handle BootstrapMethods attribute and the new ConstantPool Types: CONSTANT_InvokeDynamic, CONSTANT_MethodType, CONSTANT_MethodHandle.
  • Fixed issue in extracting files case-sensitively in "Archiver" tool and "Search inside compressed archives"

New in DJ Java Decompiler 3.12.12.96 (Sep 3, 2011)

  • StackMap and StackMapTable attributes are now properly displayed
  • Improvements and many new features in "View" - "Attributes", "Methods, Interfaces and Constant Pool" and "Fields" forms. Added search capabilities in "Methods" and "Constant Pool" tabs. Specific information for attributes is available.
  • Added a "View" - "Instruction usage" Static bytecode frequency - the number of times a bytecode appears in a class file.
  • Added a new tab "Instruction usage" in "Methods, Interfaces and Constant Pool" Static bytecode frequency - the number of times a bytecode appears in the selected method.
  • Added a new tool "Class file viewer ".
  • Bugfixes in "Archiver" tool.
  • Bugfixes in "Search for files inside compressed archives" tool.

New in DJ Java Decompiler 3.11.11.95 (May 25, 2009)

  • Annotation support, new search tool "Search for files inside compressed archives" (JAR, ZIP, WAR, EAR, APK), new tools: "Imports Viewer" and "Methods Viewer" with sorting capabilities, calculate DEX file signature and checksum, "Tree View" button in "Archiver", decompile "Whole class tree" option

New in DJ Java Decompiler 3.10.10.93 (Mar 27, 2008)

  • "View" - "Hexadecimal View" (F11) menu item is added. Just like a dedicated hex editor, "Hexadecimal View" shows byte offsets at the left, hexadecimal representation in the middle, and textual representation at the right. Uses the same color scheme as for the editor. This view lets you examine the file at the lowest possible level. You can search hexadecimal characters or words in this view (Ctrl F). "Go to offset..." (F8) popup menu item is available too.
  • Changes in decompiling engine.
  • Microsoft Windows Vista compatibility. The application settings and configuration files are stored in the appropriate user data folder (CSIDL_APPDATA). DJ Java Decompiler creates a different set of configuration files for each user. "Settings" - "Associate DJ with" will affect HKEY_CURRENT_USER only.
  • New text formatting capabilities. "Edit" - "Change Case" - "Invert Case"; "Edit" - "ROT-13" and "ROT-47" options added - for simple character encryption and decryption.
  • "View" - "Attributes" displays new attributes in Java 1.6. This will display properly the InnerClasses attribute.
  • "View" - "Class version info" shows the JVM version, major and minor version of the currently opened class file.
  • "View" - "Fields" now shows all field_info structure: access_flags, attributes_count and attributes. "Save to file" popup menu item is available too.
  • Changes and bug fixes in "View" - "Methods, Interfaces and Constant Pool". "Exception Table" tab added to display the exception table of the method. Bug fixes in "Methods" - "Disassembly" tab. "Line Number" shows currently selected line number. In "Data" tab you can see the hexadecimal, decimal and binary representation of the selected byte offset. "Save to file" popup menu item is available for "Constant Pool" tab. "Search in Constant Pool" feature is added.
  • "Tools" - "Change multiple files extension" With this tool you can easily rename multiple files that have the same file extension. Also, you can rename all files in sub-directories recursively.
  • "Tools" - "CRC Calculator" added. Calculates CRC16, CRC32, MD5, SHA1 hashes and checksum of a file or string.
  • "Tools" - "HEX-DEC-BIN Calculator" added. This is a simple hexadecimal, decimal and binary calculator (converter).
  • "Tools" - "Packages Tree" shows JavaTM Platform, Standard Edition 6 packages tree. This enables you to insert the selected package into the editor or to the clipboard.
  • "Command prompt" button added. Reads "ComSpec" system environment variable and opens a DOS window in the specified in "Configuration" initial directory.
  • "View" - "Java Version" shows currently installed Java version.
  • "View" - "Java Control Panel" shows Java Control Panel applet.
  • "View" - "Character Map" menu item is added.
  • "Extract All Files" bug is fixed in "Archiver" tool.
  • Changes and bug fixes in all "Search" menu items.
  • Bug fixes in "Refresh" and "Toggle to Bytecode / Sourcecode view".
  • New HTML help file.
  • Guestbook moved.

New in DJ Java Decompiler 3.9.9.91 (Oct 3, 2006)

  • Various bugfixes.
  • New menu items in "View" menu added, allows more detailed view of the methods, Constant Pool, interfaces, and attributes.
  • DJ displays new access flags in Java 1.5: ACC_ENUM, ACC_ANNOTATION, ACC_BRIDGE, ACC_VARARGS
  • Changes in "Archiver" tool, allows to change the default output file(s) extension(s) (default is .jad)
  • New features in "Compile", "Run", "JAR" and "Appletviewer".
  • "Associate DJ with": .class, .java, .jar and .jad files menuitem added in "Settings" menu. This allows DJ to start automatically when user open these files from Windows Explorer, My Computer, etc.
  • Double-click in "Fields" shows more information about type and interpretation of the field types