search

Home  >  Q&A  >  body text

java - apk反编译之后找不到对应的类有哪些原因?

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

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

大家讲道理大家讲道理2908 days ago419

reply all(1)I'll reply

  • 阿神

    阿神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.

    reply
    0
  • Cancelreply