明辉站/网站教程/内容

dotnet反编译工具

网站教程2024-02-19 阅读
[摘要]反编译工具:1).net Reflector 地址: http://www.aisto.com/roeder/dotnet/推荐使用,此工具具备IL反汇编和反编译,并具备超链接直接指向类库定义2)Anakrino From: 地址://www.saurik.com/net/exemplar/还不错...
反编译工具:

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 生成器,就是容错性不好

……

相关阅读