.NET Reflector - 如何导入我之前导出为程序集源代码的文件

时间:2021-06-02 21:04:23

I actually exported an .exe with the "export assembly source code" option to work better with it, but when I did all the changes I wanted to do, I realized that I didn't knew how to import everything up again in an exe. Can someone help me with my problem?

我实际上导出了一个带有“导出程序集源代码”选项的.exe,以便更好地使用它。但是当我做了我想做的所有更改时,我意识到我不知道如何在exe中再次导入所有内容。有人可以帮我解决我的问题吗?

1 个解决方案

#1


0  

If you want to inject C# code into compiled assemblies, you can use Reflexil.

如果要将C#代码注入已编译的程序集,可以使用Reflexil。

Note, that it runs as a plugin on top of Reflector, ILSpy, or JustDecompile.

请注意,它在Reflector,ILSpy或JustDecompile之上作为插件运行。

#1


0  

If you want to inject C# code into compiled assemblies, you can use Reflexil.

如果要将C#代码注入已编译的程序集,可以使用Reflexil。

Note, that it runs as a plugin on top of Reflector, ILSpy, or JustDecompile.

请注意,它在Reflector,ILSpy或JustDecompile之上作为插件运行。