Manually edit MSIL in compiled DLL

折月煮酒 提交于 2019-12-06 13:50:19

问题


If you want to make a small change to a .net application, is it possible to edit the MSIL directly?


回答1:


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.



来源:https://stackoverflow.com/questions/6746387/manually-edit-msil-in-compiled-dll

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!