goodev / dex2jar

Automatically exported from code.google.com/p/dex2jar
1 stars 1 forks source link

Some class file generated by 0.0.9.4 and later versions cannot be decompiled by JAD #103

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
There is a class file cannot be decompiled by JAD, which is generated by 
dex2jar 0.0.9.4 and later versions. The JAD hanged there for ever with hight PC 
CPU usage and the generated java file is 0 byte.
But if generate the class file with 0.0.9.3 and earlier versions and then 
decompile it with JAD, it will be successful and the procedure is very fast.

The JAD version is jad158g.

The attached PushThread_bad.class is generated by dex2jar 0.0.9.4, and the 
PushThread_good.class is generated by 0.0.9.3.

Original issue reported on code.google.com by haojies...@gmail.com on 2 Feb 2012 at 8:08

Attachments: