NET Reflector——.NET反编译工具

.Net Reflector——.NET反编译工具软件
.Net Reflector is the class browser, explorer, analyzer and documentation viewer for .NET. Reflector allows to easily view, navigate, search, decompile and analyze .NET assemblies in C#, Visual Basic and IL.
Lutz Roeder's Net Reflector URL: http://www.aisto.com/roeder/dotnet/

Lutz Roeder 的 .NET Reflector
   .NET Reflector是一个类浏览器和反编译器,可以分析程序集并向你展示它的所有秘密。.NET 框架向全世界引入了可用来分析任何基于 .NET 的代码(无论它是单个类还是完整的程序集)的反射概念。反射还可以用来检索有关特定程序集中包含的各种类、方法和属性的信息。使用 .NET Reflector,你可以浏览程序集的类和方法,可以分析由这些类和方法生成的 Microsoft 中间语言 (MSIL),并且可以反编译这些类和方法并查看 C# 或 Visual Basic .NET 中的等价类和方法。

最新版NET Reflector下载地址:NET Reflector Download

.NET Reflector Add-Ins(NET Reflector插件)
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.
.NET Reflector Add-Ins Url: http://www.aisto.com/Incoming/Reflector/AddIns/

使用.NET Reflector插件FileDisassembler可还原源码
Reflector.FileDisassembler http://www.denisbauer.com/Download.aspx?File=Reflector.FileDisassembler.zip
打开Reflector,在view菜单下的Add-Ins,将dll添加到里面即可!
然后加载一个dll。选中它。选择Tools-File Disassembler打开右侧File Disassembler窗口再选择Generate
这样就还原了源码。但可不是完全还原!
posted @ 2007-03-10 20:53  wangjs  阅读(2833)  评论(0编辑  收藏  举报