williamsim/dex2jar

Crash using -d

Closed this issue · 1 comments

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:

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