RMMSecurity / dex2jar

Automatically exported from code.google.com/p/dex2jar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crash using -d

GoogleCodeExporter opened this issue · 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