开发者

Manually edit MSIL in compiled DLL

开发者 https://www.devze.com 2023-03-21 02:23 出处:网络
If you want to make a small chang开发者_StackOverflow中文版e to a .net application, is it possible to edit the MSIL directly?Use ildasm.exe to decompile and recompile with ilasm.exe. For strong-named

If you want to make a small chang开发者_StackOverflow中文版e to a .net application, is it possible to edit the MSIL directly?


Use ildasm.exe to decompile and recompile with ilasm.exe. For strong-named assemblies you will need the key file if you want that the recompiled assembly has the same identity as the original assembly.

0

精彩评论

暂无评论...
验证码 换一张
取 消