Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 .apk 文件中查找死代码以进行一些分析。为此,我在 classes.dex 文件上使用 dex2jar,然后尝试使用 Proguard 来检测死代码。但是 Proguard 无法运行,给出它找不到一些动态引用的类的错误。此外,它给出了一堆警告说找不到引用的类。需要有关如何解决此问题的帮助。另外,我可以通过这种方式使用 Proguard 找到死代码吗?如果没有,我应该探索哪些其他选择?
当然,您可以使用 Proguard 来查找死代码。看这里。