Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert classes.dex failed #236

Open
GoogleCodeExporter opened this issue Mar 15, 2015 · 2 comments
Open

Convert classes.dex failed #236

GoogleCodeExporter opened this issue Mar 15, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Unzipping the APK
2. Run the command d2j-dex2jar.sh -v -d -f classes.dex

It doen't decompile correctly the dex file.

I'm using the version 0.0.9.15

This is the shell output:

dex2jar classes.dex -> classes-dex2jar.jar
Processing Lё;
com.googlecode.dex2jar.DexException: while accept method:[Lё;.<init>()V]
    at com.googlecode.dex2jar.reader.DexFileReader.acceptMethod(DexFileReader.java:694)
    at com.googlecode.dex2jar.reader.DexFileReader.acceptClass(DexFileReader.java:436)
    at com.googlecode.dex2jar.reader.DexFileReader.accept(DexFileReader.java:323)
    at com.googlecode.dex2jar.v3.Dex2jar.doTranslate(Dex2jar.java:85)
    at com.googlecode.dex2jar.v3.Dex2jar.to(Dex2jar.java:261)
    at com.googlecode.dex2jar.v3.Dex2jar.to(Dex2jar.java:252)
    at com.googlecode.dex2jar.tools.Dex2jarCmd.doCommandLine(Dex2jarCmd.java:110)
    at com.googlecode.dex2jar.tools.BaseCmd.doMain(BaseCmd.java:174)
    at com.googlecode.dex2jar.tools.Dex2jarCmd.main(Dex2jarCmd.java:34)
Caused by: com.googlecode.dex2jar.DexException: while accept code in 
method:[Lё;.<init>()V]
    at com.googlecode.dex2jar.reader.DexFileReader.acceptMethod(DexFileReader.java:684)
    ... 8 more
Caused by: java.lang.RuntimeException: opcode format for 121 not found!
    at com.googlecode.dex2jar.reader.OpcodeFormat.get(OpcodeFormat.java:362)
    at com.googlecode.dex2jar.reader.DexCodeReader.findLabels(DexCodeReader.java:88)
    at com.googlecode.dex2jar.reader.DexCodeReader.accept(DexCodeReader.java:332)
    at com.googlecode.dex2jar.reader.DexFileReader.acceptMethod(DexFileReader.java:682)
    ... 8 more


Original issue reported on code.google.com by [email protected] on 26 Nov 2014 at 6:48

@GoogleCodeExporter
Copy link
Author

Hi, i am the owner the project, my account pxb1988 is banned for 3+ months. and 
seams it is not possible to recover.
https://groups.google.com/forum/#!topic/google-code-hosting/qEt4ZpCmn7k

we are moving dex2jar to SourceForge and Bitbucket.

https://sourceforge.net/p/dex2jar
https://bitbucket.org/pxb1988/dex2jar


the new dex2jar-2.x is out, it can be downloaded here, Please have a try.
https://sourceforge.net/projects/dex2jar/files/

if the issue still occur, please send email to [email protected] whith 
the dex or apk attached.

Original comment by [email protected] on 27 Nov 2014 at 2:13

@GoogleCodeExporter
Copy link
Author

Downloaded the newer version and it works! Thanks

Original comment by [email protected] on 27 Nov 2014 at 9:37

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant