代码改变世界

反编译工具Reflector的相关插件

2011-05-22 23:03  jaywoo  阅读(246)  评论(0编辑  收藏  举报

一些Reflector的相关插件下载:

Reflector.FileDisassembler
This 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.SQL2005Browser
This 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 
Opens an assembly or dependency from a process running on the system. The menu item is registered under the "Tools" menu.
Website Download

使用方法:

具体的初始化设置方法(以FileGenerator.dll为例):点击View->Add-Ins...,弹出一个窗口,然后点击Add->选择文件夹里面的:"FileGenerator.dll",点击close.
然后回到Reflector窗口,Tool->Generator File(s)... 右边就出现了插件的窗口,选中左边的dll文件,点击右边的导出文件,源代码就全部导出来了!