今天在这里看到一份关于Reflector的非常好的资源,这里列出几乎所有的Reflector的add-in,具体看下面列表。

下载 .NET Reflector here .

Add-Ins

CodeMetrics:  Download
Review: Allows editing and managing annotations during code reviews. Download
Diff : This add-in shows differences between two versions of the same assembly. Download
Pex: Use the Pex Wizard directly from Reflector (requires .NET 2.0) Download
Snippy: Snippy is a light weight snippet compiler integrated into .NET Reflector. Download 
SilverlightLoader: Allows browsing the structure of a website and loading Silverlight assemblies. Download
FileDisassembler : This add-in can be used to dump the disassembler output to files for any Reflector supported language.
Reflexil : Allows to manipulate the IL of a loaded assembly, or inject VB.net/C# code, then write the changes to disk.
BamlViewer: Load BAML resources (WPF) and render in XAML format. Download
SilverlightBrowser: Loads and shows the files associated with a Silverlight website. Download
ComLoader: Lists COM components for browsing and converts them into managed interop assemblies. Download
SQL2005Browser : This add-in allows to browse .NET assemblies stored in SQL Server 2005 databases.
FileGenerator : This add-in can be used to dump the disassembler output to files for any Reflector supported language.
Deblector : This add-in allows to debug processes from within Reflector.
Doubler : A code generator for unit tests, stubs and wrappers.
Graph: This add-in draws assembly dependency graphs and IL graphs. Please read the install instructions here.
BizTalkDisassembler: Allows you to list all BizTalk artifacts contained in an assembly and extract them. Download
DependencyStructureMatrix : Allows you to create and browser dependency structure matrices.
CodeSearch: This add-in allows searching for strings and regular expressions in disassembled code. Download
RuleSetEditor: Editor for Windows Workflow Foundation rules. Download
AssemblyListEx:Register a file type association for predefined lists of assemblies to load into Reflector. Download
SequenceViz : This add-in draws sequence diagrams.
AutoDiagrammer : This add-in draws class diagrams.
Xmi4DotNet : Export an assembly to XMI/UML.
AssemblyCollectionSort : Sorts the current assembly list alphabetically.
Enums : Conversion of big flags and enum viewer.
PowerShellLanguage: Renders output as Windows PowerShell script.
DelphiLanguage: The Delphi view that is used inside .NET Reflector provided as a language add-in.
CppCliLanguage : This add-in extends Reflector with a C/CLI language rendering module.
ReflectionEmitLanguage: This add-in renders C# code necessary to create the given IL body.
TestDriven.net : This Visual Studio add-in can navigate to any code element inside Reflector with a single click.
Hawkeye : A tool that allows you to debug the UI tree of Windows Forms applications.
ClassView: Shows class definitions as plain text with color coding.
CodeModelViewer: This add-in shows the underlying code model objects for selected items.

其它资源

Introduction to the .NET Reflector Add-In Model.
How to Setup the Build Environment.
How to Setup an Enlistment.
Tutorial "Creating your own add-ins" by Jason Haley: Part 1  Part 2 .(这两篇文章非常赞啊)

本文转自Justin博客园博客,原文链接:http://www.cnblogs.com/justinw/archive/2009/12/19/1627636.html,如需转载请自行联系原作者

[Share].NET Reflector Add-Ins相关推荐

  1. 字符串混淆技术应用 设计一个字符串混淆程序 可混淆.NET程序集中的字符串

    关于字符串的研究,目前已经有两篇. 原理篇:字符串混淆技术在.NET程序保护中的应用及如何解密被混淆的字符串 实践篇:字符串反混淆实战 Dotfuscator 4.9 字符串加密技术应对策略 今天来讲 ...

  2. 文本对比,文本差异并排对比显示实现

    目录 前言 方法一:java + html实现 1..准备 2..后端实现 3..测试和效果 方法二:Mergely纯javascript实现 1.Mergely使用示例 2.效果图 3.使用示例中用 ...

  3. Swift - 简单的原生与网页交互

    class WebViewViewController: UIViewController ,WKScriptMessageHandler{var webView = WKWebView()overr ...

  4. Microsoft Dynamics CRM4.0 Data Auditing and Restore (数据审核和恢复)

    --支持数据新建Create,修改Update,删除Delete,分派Assign,共享Share,添加成员Add Memeber,移除成员Remove Member等操作信息的跟踪记录. --可以设 ...

  5. 基于weka实现的神经网络算法实现

    2019独角兽企业重金招聘Python工程师标准>>> 1.算法实现 package demo7;import java.io.File; import java.io.IOExce ...

  6. Mallet机器语言工具包-入门测试

    Mallet主要用于文本分类,所以它设计思路都是偏向文本分类的. 由于需要用到里面的最大熵以及贝叶斯算法 所以 得研究一下 主页 :http://mallet.cs.umass.edu/index.p ...

  7. Windows Print Spooler服务最新漏洞CVE-2021-34527详细分析

    近日,有安全研究员在github上公开了"CVE-2021-1675"的exp PrintNightmare,后经验证公开的exp是一个与CVE-2021-1675不同的漏洞,微软 ...

  8. 智能路由器-OpenWRT 系列五 (NAS-SMB家庭共享)

    NAS是我觉得家里必不可少的一台设备,NAS 全称 Network Attached Storage,即网络附加存储服务器,它通过自身的操作系统和 SMB/NFS/CIFS/FTP 等多种通信协议来给 ...

  9. dockerfile安装yum_Docker镜像-基于DockerFile制作yum版nginx镜像

    Docker镜像-基于DockerFile制作yum版nginx镜像 作者:尹正杰 版权声明:原创作品,谢绝转载!否则将追究法律责任. DockerFile可以说是一种能被Docker程序解释的脚本, ...

最新文章

  1. 如何花两年时间面试一个人
  2. 第三章 Redis/SSDB+Twemproxy安装与使用
  3. 如何看待蒂姆·库克在苹果的地位
  4. Spark SQL运行原理和架构
  5. git merge 和 git rebase 小结
  6. centos下编译安装Openssl
  7. [译] 为什么需要在 React 类组件中为事件处理程序绑定 this
  8. Opencv速成笔记--图像处理1
  9. 特征探索性分析Exploring_features
  10. YouTube热门视频的分析
  11. 2011年国庆发布:(cppblog)C++博客十八罗汉造像
  12. sql导出的身份证后几位是000
  13. 比较员工的年龄大小(继承、异类集合、static)
  14. 传统算法与神经网络算法,最简单的神经网络算法
  15. 如何多人协作编辑文档
  16. rg1 蓝光危害rg0_LED灯具蓝光危害评估方法
  17. 前端:深拷贝的多种方法(超全详解)
  18. c语言面试题sizeof,C语言面试题——sizeof的注意点
  19. 中国服务器审计系统,OSA 运维安全审计系统
  20. SLAM领域国内外优秀实验室汇总

热门文章

  1. Spring的自动装配方法
  2. 【年度学术大会合集】SIGGRAPH,KDD,AAAI,NIPS…这些你想参加的会议
  3. 第二章 反向传播算法如何工作的?
  4. Python计算机视觉:第一章 图像处理基础
  5. [BetterExplained]书写是为了更好的思考
  6. Day 20: 斯坦福CoreNLP —— 用Java给Twitter进行情感分析
  7. php5.6.30环境报错Call to undefined function ImageCreate() 编译安装 gd库
  8. Linux 编程--三种常用的定时器
  9. java中的sleep()和wait()的区别
  10. KindEditorckplayer的简单结合