Reflector是一款强大的反编译工具.使用它你可以方便的查看一些组件的源代码.它的强大之处不仅在此, 它本身还提供了一个添加插件的框架, 使得它的功能可以很容易的得到扩展, 基于此已经有围绕它的插件开发出来.目前就包括将反编译的源代码直接导出文件, 查看源代码的统计信息等等很有用的插件.
Reflector.FileDisassemblerThis add-in can be used to dump the disassembler output to files for any Reflector supported language. Website Download |
Reflector.CodeMetrics Analyses .NET assemblies and shows design quality metrics. The menu item is registered under the "Tools" menu. Website Download |
Reflector.SQL2005BrowserThis add-in allows to browse .NET assemblies stored in SQL Server 2005 (Yukon) databases. Website Download |
Reflector.DelphiLanguage The Delphi view that is used inside .NET Reflector provided as a language add-in. Website Download |
Reflector.McppLanguage This add-in extends Reflector with a Managed C++ language rendering module. Website Download |
Reflector.ChromeLanguage This add-in extends Reflector with a Chrome language rendering module. Website Download |
Reflector.Diff This add-in shows differences between two versions of the same assembly. Website Download |
Reflector.VisualStudio This program is hosting .NET Reflector inside the Visual Studio 2003 IDE. Run Reflector.VisualStudio.exe to register the add-in with Visual Studio. Website Download |
Reflector.ClassView Shows class definitions as plain text with color coding. The menu item is registered under the "Tools" menu. Website Download |
Reflector.CodeModelView This add-in shows the underlying code model objects for a selected node in .NET Reflector. The menu item is registered under the "Tools" menu. Website Download |
Reflector.FileGenerator This add-in can be used to dump the disassembler output to files for any Reflector supported language. Download |
Reflector.Graph This add-in draws assembly dependency graphs and IL graphs. Website Download |
Reflector.OpenRunningAssembly 打开Reflector工具并且下载了一个FileDisassembler插件,FileDisassembler插件用于输出程序集的反编译结果到文件中。打开Reflector工具,并导入FileDisassembler插件。导入好后加载程序集将反编译结果输出到指定的文件夹中; |