sky201503 / dex2jar

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

d2j-dex2jar runs for ever on some samples [regression] #178

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

./d2j-dex2jar.sh /tmp/classes.dex -o /tmp/analysis/out.jar --force

The command never returns.

What is the expected output? What do you see instead?

I expect to get out.jar. With exactly the same classes.dex and the same 
command, dex2jar-0.0.9.8 returns within seconds.

What version of the product are you using? On what operating system?

0.0.9.14 on Linux Mint 64 bit.

Please upload the file which cause the issue if possible.

I'll send it to your email as this dex is part of a malware so it needs to be 
handled with care.

Regards

Original issue reported on code.google.com by aaforti...@gmail.com on 31 May 2013 at 11:33

GoogleCodeExporter commented 9 years ago
With dex2jar 0.0.9.8, it works, so this is a regression.

$ ./d2j-dex2jar.sh /tmp/classes.dex -o /tmp/analysis/out2.jar
dex2jar /tmp/classes.dex -> /tmp/analysis/out2.jar
$

In dex2jar 0.0.9.14, I am using the scripts without modification. I am not 
modifying -Xms and -Xmx options.

Original comment by aaforti...@gmail.com on 31 May 2013 at 11:35

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
It works great with the new version now. Thanks for the fix!

Original comment by aaforti...@gmail.com on 10 Jun 2013 at 7:56