RMMSecurity / dex2jar

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nullpointer

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1. get a new-classes.dex from one of my app
2. dex2jar the .dex file ($user\dex2jar-0.0.9.13>d2j-dex2jar -f -d -ts -e 
$USER\bak
smali\log.zip -o $USER\baksmali\newClasses-dex2jar.jar 
$USER\baksmali\new-classes.dex)

What is the expected output? What do you see instead?
expected output : the class of my app in jave
instead : in the part that I want to get back (com\example\chuckarddroid) all 
the classes are ok but ONE (that is quite important) : NunchuckComService. IN 
this one, the method run of the runnable traitementData is in byte code

PLUS when compiled in the terminal, I have the following message :
C:\Developpement\dex2jar-0.0.9.13>d2j-dex2jar -f -d -ts -e $USER\bak
smali\log.zip -o $USER\baksmali\newClasses-dex2jar.jar  
$USER\baksmali\new-classes.dex
dex2jar $USER\new-classes.dex -> $USER\baksmali
\newClasses-dex2jar.jar
Error:Landroid/support/v4/app/FragmentManagerImpl;.allocBackStackIndex(Landroid/
support/v4/app/BackStackRecord;)I->null
Detail Error Information in File C:\Users\Claudine\baksmali\log.zip
Please report this file to http://code.google.com/p/dex2jar/issues/entry if 
possible.

What version of the product are you using? On what operating system?
Using \dex2jar-0.0.9.13 with windows7 (also tried with ubuntuwith same result)

Please upload the file which cause the issue if possible.


Please provide any additional information below.


Original issue reported on code.google.com by godefroy...@gmail.com on 9 Oct 2013 at 11:45

Attachments: