反编译之后,根据代码我要找到com.welove520.welove.l.e.a(String, String, Map)这个函数,但是打开对应的包路径发现并没有e这个类,smali对应的包下也没有该类。
com.welove520.welove.l.e.a(String, String, Map)
e
smali
有哪些原因可能导致这种现象发生?该怎样解决?
光阴似箭催人老,日月如移越少年。
This problem has been solved.
The APK I decompiled contains two dex files: classes.dex classes2.dex,之前是用了一个集成的GUI工具反编译,少反编译了第二个dex classes2.dex.
classes.dex
classes2.dex
Now decompile the second dex and you can find the missing smali.
This problem has been solved.
The APK I decompiled contains two dex files:
classes.dex
classes2.dex
,之前是用了一个集成的GUI工具反编译,少反编译了第二个dexclasses2.dex
.Now decompile the second dex and you can find the missing smali.