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

请教脱出来的dex用jadx反编译的时候出现大量的jadx.core.utils.exceptions.DecodeException: Load method exception: bogus opcode: 0073 in method #4

Closed
vxzhong opened this issue Aug 16, 2018 · 1 comment

Comments

@vxzhong
Copy link

vxzhong commented Aug 16, 2018

jadx反编译脱出来的dex,出现大量的下面的错误,不知道你有没有遇到过?是怎么修复的?
WARN - Ignore decode error: 'bogus opcode: 0073', replace with NOP instruction
ERROR - Method load error: com.qihoo.util.Configuration.():void
jadx.core.utils.exceptions.DecodeException: Load method exception: bogus opcode: 0073 in method: com.qihoo.util.Configuration.():void, dex:
at jadx.core.dex.nodes.MethodNode.load(MethodNode.java:116)
at jadx.core.dex.nodes.ClassNode.load(ClassNode.java:249)
at jadx.core.ProcessClass.process(ProcessClass.java:31)
at jadx.api.JadxDecompiler.processClass(JadxDecompiler.java:282)
at jadx.api.JavaClass.decompile(JavaClass.java:62)
at jadx.api.JadxDecompiler.lambda$appendSourcesSave$0(JadxDecompiler.java:200)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

谢谢

@vxzhong vxzhong closed this as completed Aug 20, 2018
@yys-nixiang
Copy link

解决了吗,老哥

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

No branches or pull requests

2 participants