java - apk反编译之后找不到对应的类有哪些原因?
大家讲道理
大家讲道理 2017-04-18 10:01:29
0
1
418

反编译之后,根据代码我要找到com.welove520.welove.l.e.a(String, String, Map)这个函数,但是打开对应的包路径发现并没有e这个类,smali对应的包下也没有该类。

有哪些原因可能导致这种现象发生?
该怎样解决?

大家讲道理
大家讲道理

光阴似箭催人老,日月如移越少年。

reply all(1)
阿神

This problem has been solved.

The APK I decompiled contains two dex files: classes.dex classes2.dex,之前是用了一个集成的GUI工具反编译,少反编译了第二个dex classes2.dex.

Now decompile the second dex and you can find the missing smali.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template