繁体中文
设为首页
加入收藏
当前位置:.Net技术首页 >> 安全和优化 >> dotnet反编译工具

dotnet反编译工具

2004-10-01 08:26:10  作者:  来源:互联网  浏览次数:330  文字大小:【】【】【
简介:反编译工具: 1).net Reflector 地址: http://www.aisto.com/roeder/dotnet/ 推荐使用,此工具具备IL反汇编和反编译,并具备超链接直接指向类库定义 2)Anakrino From: 地址://www.saurik.com/net/exemplar/ 还...
关键字:编译 工具 dotnet

反编译工具:

1).net Reflector 地址: http://www.aisto.com/roeder/dotnet/

推荐使用,此工具具备IL反汇编和反编译,并具备超链接直接指向类库定义

2)Anakrino From: 地址://www.saurik.com/net/exemplar/

还不错的反编译工具,在.net 1.1 下要注意更新Anakrino.xml

资源工具:

1)ResourcesEx 地址: http://www.zpcity.com/arli/soft/resex.exe

支持 .resources .resx .exe .dll .xml 的资源提取,生成工具,今天刚公布

2)ResEditor 地址: Vs.net 自带,在SDK 教程目录

API 工具:

1) API Explorer 地址: http://www.zpcity.com/arli/soft/api_exp.exe

API 自动生成,最新版

2) API Viewer 地址: http://www.c-sharpcorner.com/Tools/APIViewerPKS.asp

带VB.net 源码,也是不错的API 生成器,就是容错性不好

责任编辑:admin
相关文章