GSam / dex2jar

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

Crash using -d #218

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Decompile apk with dex2jar
2. Use -d switch

Decompiling without "-d" works. With "-d" crashes with a NullPointer

Original issue reported on code.google.com by flamefir...@gmail.com on 16 Feb 2014 at 11:46

Attachments:

GoogleCodeExporter commented 9 years ago
Exception is in LocalSplit.java line 255:
            Phi[] targetF = (Phi[]) stmt._ls_forward_frame;
            Phi p = targetF[index];//Here targetF==null

            if (p.value == null) {

Original comment by flamefir...@gmail.com on 16 Feb 2014 at 12:22