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.
是否有任何工具可以将那些是 VM 字节码文件的 Android DEX 转换为相应的 Java 源代码?
使用dex2jar,然后您可以使用任何您想要的反编译器对其进行反编译,例如JD-GUI。
您可以尝试在此处使用其中一种反编译器:http ://www.java-decompiler.com/ 请注意,除非您反编译已使用调试标志编译的代码,否则局部变量将没有名称。