如何将代码文件转换为dll文件以进行引用 [英] how to convert code file to dll file for referece to form

查看:63
本文介绍了如何将代码文件转换为dll文件以进行引用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好

我已经反编译了用于更改代码的dll文件
现在我想将其转换回dll文件
我该怎么做
用哪个编译器可以做到?
这样,当我运行表单时,dll文件将正常运行
不会影响整个项目

hello everyone

i have decompile the dll file for making changes in code
now i want to convert that back to dll file
how can i do that
with which compiler it is possible to do?
so that when i run the form the dll file will work properly
without effecting to whole project

推荐答案

我希望您使用ILDASM将其反编译为CIL.

(请参阅: http://en.wikipedia.org/wiki/Common_Intermediate_Language [ http://msdn.microsoft.com/en-us/library/f7dy01k1%28v = vs.100%29.aspx [ ^ ],
http://msdn.microsoft.com/en-us/library/496e4ekx%28v = vs.100%29.aspx [ ^ ].

—SA
I hope you decompiled it into CIL using ILDASM.

(Please see:http://en.wikipedia.org/wiki/Common_Intermediate_Language[^]).

If so, accordingly, it can be compiled into the executable assembly using the .NET Assember ILASM. :-)

Please see:
http://msdn.microsoft.com/en-us/library/f7dy01k1%28v=vs.100%29.aspx[^],
http://msdn.microsoft.com/en-us/library/496e4ekx%28v=vs.100%29.aspx[^].

—SA


这篇关于如何将代码文件转换为dll文件以进行引用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆