EXE反编译方法及工具

方法一:VS自带反编译DLL工具  

VS命令提示符下输入ILDasm。

VS命令提示符:开始-程序-Visual Studio-命令提示符

方法二:OLLYDBG

https://jingyan.baidu.com/article/dca1fa6f59cc6bf1a540524a.html

方法三:ILSpy

https://jingyan.baidu.com/article/5bbb5a1b027f6b13eba17920.html

反编译软件ILSpy使用教程:

http://blog.csdn.net/qq_34533514/article/details/54696065


参考资料:

常用exe反编译工具:

http://blog.csdn.net/qiuzhping/article/details/17629731


你可能感兴趣的:(EXE反编译方法及工具)