Closed yosradirgham closed 5 years ago
The code has monitor-enter / monitor-exit statements (on Java code level this is equivalent to a synchronized block). Android has some strange requirements on monitor-enter / monitor-exit calls as I highlighted in #659. Therefore most likely this is a duplicate of of #659.
@yosradirgham please check latest unstable build, it works for me.
Although your link download apk with different version, so class and method have differents names: defpackage.cze.b(dnv dnv, dsz dsz, diz diz, String str, czp czp, Context context)
.
Still not working for me, @skylot can you please tell what is the command that you run in the terminal. I run $ jadx --show-bad-code /path_to the_apk
你好,我打开选项,把“显示不一致的代码” 改为选中就可以了。你也可以尝试一下
Translation by Google:
Hello, I open the option and change the "Display inconsistent code" to selected. You can also try
我的版本是1.1.0
Translation by Google:
My version is 1.1.0
你好,我打开选项,把“显示不一致的代码” 改为选中就可以了。你也可以尝试一下
感谢大哥,大哥喝可乐!
你好,我打开选项,把“显示不一致的代码” 改为选中就可以了。你也可以尝试一下
Translation by Google:
Hello, I open the option and change the "Display inconsistent code" to selected. You can also try
大哥吃鸡腿,感谢大哥
I am using the latest version (v 0.9.0) of Jadx to decompile the following apk file
Jadx doesn't decompile all the functions, for some functions I get this:
As mentioned on this issue this would work with option --show-bad-code, which didn't work for me and I still get the same exception!
I would appreciate some help with this! Thanks.