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.
我可以使用什么工具来反编译用 VB.net 编写的可执行文件并创建项目?我需要调试和修复应用程序,但代码丢失了。
谢谢。
市场上有几种反编译器,我个人选择 Telerik 的 JustDecompile,它是免费的,可以让您从 .NET 程序集创建项目,但是请注意,如果 .NET 程序集被混淆,反编译器的输出可能无用,而您可能需要首先(或稍后)使用反混淆器。