What's new in AndroChef Java Decompiler 1.0.0.13

Apr 13, 2016
  • AndroChef Java Decompiler is able to decompile the most complex Java 6 applets and binaries, producing accurate source code.

New in AndroChef Java Decompiler 1.0.0.12 (Oct 29, 2015)

  • Updated decompiler engine, converter and "APK Tool Decode and Baksmaling".

New in AndroChef Java Decompiler 1.0.0.11 (Jul 24, 2015)

  • Updated decompiler engine. Added option "APK Tool Decode and Baksmaling" to exptract, decode and baksmali APK files with apktool

New in AndroChef Java Decompiler 1.0.0.10 (Jun 29, 2015)

  • Updated converter and decompiler engine.
  • Added option to explore previously decompiled Java archive files (JAR).

New in AndroChef Java Decompiler 1.0.0.9 (Apr 27, 2015)

  • Improvements, updates, bug fixes and better handling of obfuscated files (apk, dex, class and jar).

New in AndroChef Java Decompiler 1.0.0.8 (Dec 2, 2014)

  • Improvements in the converter, bug fixed.

New in AndroChef Java Decompiler 1.0.0.7 (Nov 4, 2014)

  • Minor improvements and better handling of some obfuscated files (apk, dex, class and jar).

New in AndroChef Java Decompiler 1.0.0.5 (Apr 13, 2014)

  • Fixed some minor bugs in the GUI. Special thanks to Assoc. Prof. Dr. Tzvetomir Vassilev for his bug reports.

New in AndroChef Java Decompiler 1.0.0.4 (Apr 13, 2014)

  • Added a Tree view in the left-side. This view lets you examine the decompiled APK, DEX or JAR file in a folder-tree hierarchy structure, according to path and package names of classes. Menu-item to export the Tree to XML is available. Added a Code view with syntax highlighting. This view displays decompiled Java code corresponding to the file that you decompile or navigate to. Export decompiled file to HTML menu-option is available. Find (Ctrl+F), Find Next (F3), and Find Previous (Shift+F3) will display the Find Text dialog box. Bugs fixed in sorting the list with decompiled files. Bug fixed in extracting files from the list case-sensitively...

New in AndroChef Java Decompiler 1.0.0.3 (Apr 13, 2014)

  • To avoid some glitches in decompilation when using a large APK, JAR or DEX files: In this case it is better to extract these files to a directory on your hard drive before decompiling them. In this version, it is possible to select a directory with files and to decompile the entire directory. Directories are recursively scanned for file extensions class, zip and jar.