反编译之后,根据代码我要找到com.welove520.welove.l.e.a(String, String, Map)
这个函数,但是打开对应的包路径发现并没有e
这个类,smali
对应的包下也没有该类。
有哪些原因可能导致这种现象发生?
该怎样解决?
阿神2017-04-18 10:03:29
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.