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.
我有一个 Android 库,我将它作为 jar 分发给第三方,第三方将其集成到他们的应用程序中。一个特定的客户遇到了我想调试的问题。是否可以将他们的应用程序重建为我可以调试的形式?
尝试反编译。JavaDecompiler用 jar 就可以搞定。显示 JAR 文件中的所有文件。