intoolswetrust / jd-cli

Command line Java Decompiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Different output from JD_GUI

doridori opened this issue · comments

I was using this via a script to auto decompile some dexguarded class files - but annoyingly it gives differnt output to JD-GUIs 'Export sources' for obfuscated classes - just loads of empty 10 byte .java
files :(

It may be related to issue #4

Could you try the branch idea-plug-06?
It includes natives from the idea plugin version 0.6.

Don't forget to remove old natives folder before build - jd-lib/src/main/resources/native.

I didn't merge it to the master yet, because I have problems with the linux natives (Ubuntu 13.10, 32-bit).