.NET开发

本类阅读TOP10

·NHibernate快速指南(翻译)
·vs.net 2005中文版下载地址收藏
·【小技巧】一个判断session是否过期的小技巧
·VB/ASP 调用 SQL Server 的存储过程
·?dos下编译.net程序找不到csc.exe文件
·通过Web Services上传和下载文件
·学习笔记(补)《.NET框架程序设计(修订版)》--目录
·VB.NET实现DirectDraw9 (2) 动画
·VB.NET实现DirectDraw9 (1) 托管的DDraw
·建站框架规范书之——文件命名

分类导航
VC语言Delphi
VB语言ASP
PerlJava
Script数据库
其他语言游戏开发
文件格式网站制作
软件工程.NET开发
一些很有用的Reflector 插件

作者:未知 来源:月光软件站 加入时间:2005-2-28 月光软件站

相信大家对.NET的反编译并不陌生,也知道现在有两个很好的工具可以反编译.NET程序集:Salamander .Net Decomplier和Reflector.Net ,Salamander .Net Decomplier功能非常强大,可以反编译混淆过的.NE代码,也可以直接将程序集中的类反编译成一个文件,但是它是需要money的,试用版提供的功能又非常有限。相对而言呢,Reflector.net 是完全免费的,但是它只能一个方法一个方法的查看,不能将程序集直接反编译成一个文件,这样也比较麻烦,好就好在它支持插件add-in功能。针对它的缺点,很多人开发了很好用的插件,可以将整个程序集的代码反编译成源文件,比如说Reflector.FileDisassemblerReflector.FileGenerator 都是很好用的。今天也突然发现了人家收集的一个列表,里面提供了很多有用的插件:
http://www.freewebs.com/csharp/Reflector/AddIns/


Hosted by FreeWebs


.NET Reflector Add-Ins

This website lists add-ins for .NET Reflector. After downloading one of the add-ins copy the files to the same directory as your 'Reflector.exe' file and load them via the 'Add-Ins' command under the 'View' menu. You can download Reflector here.



Reflector.FileDisassembler

This add-in can be used to dump the disassembler output to files for any Reflector supported language.

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. 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.




相关文章

相关软件