首页 > 技术文章 > IL反编译的实用工具Ildasm.exe

macliu 2018-02-12 16:56 原文

初识Ildasm.exe——IL反编译的实用工具

 
 https://www.cnblogs.com/yangmingming/archive/2010/02/03/1662307.html
 

学C#你应该熟练使用ILDasm和Reflector【带视频教程】

https://www.cnblogs.com/huangxincheng/p/3872249.html
 

【解决方案】VS2013外部工具中添加ildasm.exe

http://blog.csdn.net/jackson0714/article/details/44627161
 

使用微软的 ilasm 和 ildasm 对. net程序进行编译和反编译

http://blog.csdn.net/w_yunlong/article/details/51084510
 

MSIL Disassembler (Ildasm.exe) 

https://msdn.microsoft.com/en-us/library/f7dy01k1(VS.80).aspx

 

编辑IL文件 修改DLL文件

https://www.cnblogs.com/w2011/p/3598102.html

 

ILSpy反编译工具的使用

 

https://www.cnblogs.com/gaobw/p/6010236.html

 

用ILSpy已经看到了DLL代码,请问怎么修改呢?

https://www.52pojie.cn/thread-599363-1-1.html

 

 

 

怎样用ILSpy下断点来调试

https://q.cnblogs.com/q/36851/

https://www.cnblogs.com/yeaicc/p/ILSpyWithDebugger.html

 

Dll破解步骤详解

https://www.cnblogs.com/weedotnet/articles/2178696.html

 

推荐阅读