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

decompile static block throw exception #342

Closed
dstmath opened this issue Aug 21, 2018 · 0 comments · Fixed by #583
Closed

decompile static block throw exception #342

dstmath opened this issue Aug 21, 2018 · 0 comments · Fixed by #583
Assignees
Labels
bug Core Issues in jadx-core module

Comments

@dstmath
Copy link

dstmath commented Aug 21, 2018

static {
/* JADX: method processing error /
/

Error: jadx.core.utils.exceptions.DecodeException: Load method exception: bogus opcode: 0073 in method: com.android.mms.attachment.datamodel.FileProvider.():void, dex:
at jadx.core.dex.nodes.MethodNode.load(MethodNode.java:117)
at jadx.core.dex.nodes.ClassNode.load(ClassNode.java:249)
at jadx.core.ProcessClass.process(ProcessClass.java:29)
at jadx.api.JadxDecompiler.processClass(JadxDecompiler.java:286)
at jadx.api.JavaClass.decompile(JavaClass.java:62)
at jadx.api.JavaClass.getCode(JavaClass.java:48)
Caused by: java.lang.IllegalArgumentException: bogus opcode: 0073
at com.android.dx.io.OpcodeInfo.get(OpcodeInfo.java:1217)
at com.android.dx.io.OpcodeInfo.getName(OpcodeInfo.java:1224)
at jadx.core.dex.instructions.InsnDecoder.decode(InsnDecoder.java:590)
at jadx.core.dex.instructions.InsnDecoder.process(InsnDecoder.java:74)
at jadx.core.dex.nodes.MethodNode.load(MethodNode.java:103)
... 5 more
/
/

// Can't load method instructions.
*/
throw new UnsupportedOperationException("Method not decompiled: com.android.mms.attachment.datamodel.FileProvider.():void");
}
test.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Core Issues in jadx-core module
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants