使用.NET Reflector插件FileDisassembler还原源码[2]

[入库:2006年2月23日] [更新:2007年3月24日]

本文简介:

ref="http://home.imaginet.co.za/codingsanity/reflectordiff.htm" target="_blank">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. It also supports method ranking and type ranking.

Website



--------------------------------------------------------------------------------

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


--------------------------------------------------------------------------------

Reflector.MbUnit
This add-in allows loading and executing MbUnit unit test fixtures in Reflector. The source code is provided online.

Website


--------------------------------------------------------------------------------
Disclaimer: The content of this website is provided "AS IS" with no warranties, and confers no rights.

本文关键:使用.NET Reflector插件FileDisassembler还原源码
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top