【问题标题】:Is it possible to decomplie any exe to .net source code (Visual studio) [duplicate]是否可以将exe反编译为.net源代码(Visual Studio)[重复]
【发布时间】:2018-08-03 04:21:37
【问题描述】:

我有一个用 .net 语言编写的 exe 文件。我没有相同的源代码,但我想更改其中的一些功能,因此将其转换为 Visual Studio 源代码。有没有办法做到这一点?

【问题讨论】:

    标签: c# .net windows exe


    【解决方案1】:

    看看 IL Spy- https://www.gallery.expression.microsoft.com/8ef1d688-f80c-4380-8004-2ec7f814e7de

    你也可以从这里下载它- http://sourceforge.net/projects/sharpdevelop/files/ILSpy/2.0/ILSpy_Master_2.1.0.1603_RTW_Binaries.zip/download。 只需将内容解压缩到某个文件夹中 - 无需安装程序。然后运行 ​​ILSpy.exe。

    【讨论】:

    • 谢谢。我已经尝试过了,但是我怎样才能使用这个提取 exe
    猜你喜欢
    • 2010-09-15
    • 1970-01-01
    • 2019-12-11
    • 2010-09-13
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2012-07-14
    • 1970-01-01
    相关资源
    最近更新 更多