博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
.net Reflector 比较有用的东东。
阅读量:5147 次
发布时间:2019-06-13

本文共 2375 字,大约阅读时间需要 7 分钟。

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



Hosted by 


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



Reflector.FileDisassembler

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

 



Reflector.DelphiLanguage

The Delphi view that is used inside .NET Reflector provided as a language add-in.

 




Reflector.McppLanguage

This add-in extends Reflector with a Managed C++ language rendering module.

 




Reflector.ChromeLanguage

This add-in extends Reflector with a Chrome language rendering module.

 




Reflector.Diff

This add-in shows differences between two versions of the same assembly.

 



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.

 



Reflector.ClassView

Shows class definitions as plain text with color coding. The menu item is registered under the "Tools" menu.

 




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.

 



Reflector.FileGenerator

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




Reflector.Graph

This add-in draws assembly dependency graphs and IL graphs. It also supports method ranking and type ranking.




Reflector.OpenRunningAssembly

Opens an assembly or dependency from a process running on the system. The menu item is registered under the "Tools" menu.

 



Reflector.MbUnit

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



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

转载于:https://www.cnblogs.com/googlegis/archive/2011/11/08/2978818.html

你可能感兴趣的文章
互联网协议入门(二)
查看>>
Java连接Oracle数据库的基类
查看>>
netstat用法及TCP state解析
查看>>
[转自小龙博客]优酷视频自动播放办法
查看>>
深入理解事件捕获冒泡
查看>>
软件设计入门2 数据库设计
查看>>
文件信息
查看>>
Hibernate 一对一外键单向关联
查看>>
笔记1
查看>>
Link-cut-tree 学习记录 & hdu4010
查看>>
ECharts使用小结
查看>>
JAVA实现MD5加密算法(使用MessageDigest)
查看>>
壮哉大微软,.Net人的春天来了,你准备好了嘛!
查看>>
Spine学习五- spine动画融合
查看>>
Python科学计算工具包
查看>>
2-4 zookeeper配置文件介绍,运行zk
查看>>
00_前情回顾
查看>>
运行项目psychologicalTest
查看>>
pgrep,pkill
查看>>
filter-grok,dissect匹配数据
查看>>