原文:Red Gate系列之五 .NET Reflector 7.6.1.824 Edition .NET程序反编译神器(附插件安装教程2012-10-13更新) 完全破解+使用教程

Red Gate系列之五 .NET Reflector 7.6.1.824 Edition .NET程序反编译神器(另附插件安装教程) 完全破解+使用教程

Red Gate系列文章:

Red Gate系列之一 SQL Compare 10.2.0.1337 Edition 数据库比较工具 完全破解+使用教程

Red Gate系列之二 SQL Source Control 3.0.13.4214 Edition 数据库版本控制器 完全破解+使用教程

Red Gate系列之三 SQL Server 开发利器 SQL Prompt 5.3.4.1 Edition T-SQL智能感知分析器 完全破解+使用教程

Red Gate系列之四 SQL Data Compare 10.2.0.885 Edition 数据比较同步工具 完全破解+使用教程

Red Gate系列之五 .NET Reflector 7.6.1.824 Edition .NET程序反编译神器(另附插件安装教程) 完全破解+使用教程

Red Gate系列之六 SQL Test 1.0.12.3 Edition SQL测试工具 完全破解+使用教程

Red Gate系列之七 SQL Search 1.1.6.1 Edition SQL查询分析工具使用教程

Red Gate系列之八 SQL Connect 1.1.1.19 Edition 数据库连接及操作工具 完全破解+使用教程

本程序版本为:7.6.1.824

安装后,分别为.NET Reflecotr for Visual Studio Extension 7.6.1.824和.NET Reflector for Desktop 7.6.1.824

一、使用教程
1、解压后,双击Reflector.exe,如果有选择默认版本的.Net Framework,根据需要选择即可。你选择的版本不同则出现的默认程序集也不同,我选择的是.Net4.0;

2、点击file-open选择要反编译的DLL,打开后程序集的命名空间会出现在列表中;

3、点击树形列表中的类,右边就会出现相应的反编译代码。反编译后的代码和原代码基本没有什么区别;

4、如果想把反编译后的代码导入到文件中,我们可以使用Reflector.FileDisassembler这个Reflector插件,下面介绍Reflector.FileDisassembler插件用法;

5、Reflector.FileDisassembler的下载地址:http://www.denisbauer.com/NETTools/FileDisassembler.aspx
6、运行Reflector,点击View—add-ins…—Add,选择Reflector.FileDisassembler.dll (下载Reflector. FileDisassembler解压后的文件中有)添加成功后,Close关闭对话框。在tools菜单中会有file disassembler选项;

另外还有一些Reflector的相关插件下载:

Reflector.FileDisassembler

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

将反编译后的代码导出到相关文件

WebsiteDownload

Reflector.CodeMetrics 

Analyses .NET assemblies and shows design quality metrics. The menu item is
registered under the "Tools" menu.

分析.net assemblies 和显示该组件的性能参数

WebsiteDownload

Reflector.SQL2005Browser

This add-in
allows to browse .NET assemblies stored in SQL Server 2005 (Yukon) databases.

查看SQL Server 2005 (Yukon) database中的存储集合

WebsiteDownload

Reflector.DelphiLanguage 

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

WebsiteDownload

Reflector.McppLanguage 

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

WebsiteDownload

Reflector.ChromeLanguage 

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

WebsiteDownload

Reflector.Diff 

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

WebsiteDownload

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工具嵌入到vs.net里,不过不需要,在一些比较新的版本,已经集成此功能了,就看你安装的时候是否选择此功能,默认是选中安装的。

WebsiteDownload

Reflector.ClassView 

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

着色后的Class源代码视图查看

WebsiteDownload

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.

WebsiteDownload

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.

绘制集合的结构图

WebsiteDownload

Reflector.OpenRunningAssembly 

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

WebsiteDownload

原文请看:http://hi.baidu.com/stone_cao/item/1ee493c40371c67489ad9e80

34个Reflector插件合集请看本文底部。附截图:

二、安装教程

1、下载Reflector,下载地址:http://reflector.red-gate.com/

第一个是桌面应用程序,第二个是Visual Studio 插件,Next下一步安装

勾选同意协议,Next下一步安装

可以选择一起或者分开安装(默认路径),也可以指定路径安装,最好默认路径安装,在稍后的破解教程中有用。

正在检查你的程序运行状态,比如Visual Studio,.NET Reflector,SQL Server等,

如果你这些程序正在运行,那么它会提示你结束这些程序,然后再进一步安装,否则无法安装。

正在安装中...

安装成功!接下来就是破解了。

三、破解教程

又忘记截图了,郁闷~不过都是差不多的啦!

点击Activate注册

点击Activate注册(请先断网)

打开注册机,选择VSPro,然后按Generate重新获取注册码,输入序列号,然后点击Activate注册

稍等一会儿,会提示你未能解析此远程名称:'www.reflector.net'

点击Activate Manually(离线注册)

复制1到2,然后复制4到5,当然你也可以把生成的代码保存为txt文件,然后Load from File导入

然后点击Finish完成,破解成功!

Red Gate  .NET Reflector 7.6.1.824 Edition Download:http://reflector.red-gate.com/

Red Gate  .NET Reflector 7.6.1.824 Edition Keygen注册机(rar格式)下载:http://download.csdn.net/download/caizz520/4609788注意这个注册机生成的是标准版的注册码。注册后,只有部分功能可用。

Red Gate  .NET Reflector 7.6.1.824 Edition Keygen注册机(rar格式)下载:http://pan.baidu.com/share/link?shareid=78202&uk=3104341340这个注册机生成的是旗舰版的注册码,注册后全部功能可用。

Red Gate  .NET Reflector 7.6.1.824 Edition 34个插件合集 百度网盘下载:http://pan.baidu.com/share/link?shareid=78189&uk=3104341340

Red Gate系列未完,待续。

转载的朋友,请不要删除以下行,对此,表示感谢!!!

原文来自VAllen cnblogs链接:http://www.cnblogs.com/VAllen/archive/2012/09/30/Reflector.html

Red Gate系列之五 .NET Reflector 7.6.1.824 Edition .NET程序反编译神器(附插件安装教程2012-10-13更新) 完全破解+使用教程的更多相关文章

  1. .NET Reflector 7.6.1.824 Edition .NET程序反编译神器(附插件安装教程2012-10-13更新) 完全破解+使用教程

    原文来自VAllen cnblogs 一.使用教程1.解压后,双击Reflector.exe,如果有选择默认版本的.Net Framework,根据需要选择即可.你选择的版本不同则出现的默认程序集也不 ...

  2. Red Gate系列之八 SQL Connect 1.1.1.19 Edition 数据库连接及操作工具 完全破解+使用教程

    原文:Red Gate系列之八 SQL Connect 1.1.1.19 Edition 数据库连接及操作工具 完全破解+使用教程 Red Gate系列之八 SQL Connect 1.1.1.19 ...

  3. Red Gate系列之七 SQL Search 1.1.6.1 Edition SQL查询分析工具使用教程

    原文:Red Gate系列之七 SQL Search 1.1.6.1 Edition SQL查询分析工具使用教程 Red Gate系列之七 SQL Search 1.1.6.1 Edition SQL ...

  4. Red Gate系列之六 SQL Test 1.0.12.3 Edition SQL测试工具 完全破解+使用教程

    原文:Red Gate系列之六 SQL Test 1.0.12.3 Edition SQL测试工具 完全破解+使用教程 Red Gate系列之六 SQL Test 1.0.12.3 Edition S ...

  5. Red Gate系列之四 SQL Data Compare 10.2.0.885 Edition 数据比较同步工具 完全破解+使用教程

    原文:Red Gate系列之四 SQL Data Compare 10.2.0.885 Edition 数据比较同步工具 完全破解+使用教程 Red Gate系列之四 SQL Data Compare ...

  6. Red Gate系列之三 SQL Server 开发利器 SQL Prompt 5.3.4.1 Edition T-SQL智能感知分析器 完全破解+使用教程

    原文:Red Gate系列之三 SQL Server 开发利器 SQL Prompt 5.3.4.1 Edition T-SQL智能感知分析器 完全破解+使用教程 Red Gate系列之三 SQL S ...

  7. Red Gate系列之二 SQL Source Control 3.0.13.4214 Edition 数据库版本控制器 完全破解+使用教程

    原文:Red Gate系列之二 SQL Source Control 3.0.13.4214 Edition 数据库版本控制器 完全破解+使用教程 Red Gate系列之二 SQL Source Co ...

  8. Red Gate系列之一 SQL Compare 10.4.8.87 Edition 数据库比较工具 完全破解+使用教程

    原文:Red Gate系列之一 SQL Compare 10.4.8.87 Edition 数据库比较工具 完全破解+使用教程 Red Gate系列之一 SQL Compare 10.4.8.87 E ...

  9. Red Gate系列 - SQL各种工具

    Red Gate系列 - SQL各种工具 Red Gate系列文章: Red Gate系列之一 SQL Compare 10.4.8.87 Edition 数据库比较工具 完全破解+使用教程 Red ...

随机推荐

  1. 修改Hosts文件

    Hosts文件是一个用于存储计算机网络中节点信息的文件,它可以将主机名映射到相应的IP地址,实现DNS的功能,它可以由计算机的用户进行控制. Hosts文件的存储位置在不同的操作系统中并不相同,甚至不 ...

  2. Swift - 使用UIScrollView实现页面滚动切换

    UIScrollView提供了以页面为单位滚动显示各个子页面内容的功能,每次手指滑动后会滚动一屏的内容.   要实现该功能,需要如下操作: 1,将UIScrollView的pagingEnabled属 ...

  3. 与众不同 windows phone (27) - Feature(特性)之搜索的可扩展性, 程序的生命周期和页面的生命周期, 页面导航, 系统状态栏

    原文:与众不同 windows phone (27) - Feature(特性)之搜索的可扩展性, 程序的生命周期和页面的生命周期, 页面导航, 系统状态栏 [索引页][源码下载] 与众不同 wind ...

  4. Java按钮设计

    package com.han; import javafx.application.Application; import javafx.geometry.Insets; import javafx ...

  5. 【前段开发】10步掌握CSS定位: position static relative absolute float

    希望能帮到须要的人,转自:http://www.see-design.com.tw/i/css_position.html 1. position:static 元素的 position 屬性默認值為 ...

  6. fedora 18 源码编译 android 4.0.1

    1.编译环境: 系统:fedora 18 KED 桌面  (Fedora-18-i686-Live-KDE.iso) 处理器:酷睿i5双核 内存: 4GB 硬盘:46GB java版本:java ve ...

  7. OCP读书笔记(15) - 管理SQL性能调优

    SQL Tuning Advisor(STA): 使用oracle提供的程序包进行sql优化 SQL> conn scott/tiger SQL), name )); SQL> inser ...

  8. RFC2889转发性能測试用例设计和自己主动化脚本实现

    一.203_TC_FrameRate-1.tcl set chassisAddr 10.132.238.190 set islot 1 set portList {9 10} ;#端口的排列顺序是po ...

  9. BZOJ 刷题记录 PART 6

    [BZOJ2709]水的二分加验证.可是好像被读入萎到了... [BZOJ3229]强大的算法见此.被机房的一堆大神"推荐".于是被坑了...写了一个下午... [BZOJ3631 ...

  10. VSTO学习笔记(十四)Excel数据透视表与PowerPivot

    原文:VSTO学习笔记(十四)Excel数据透视表与PowerPivot 近期公司内部在做一种通用查询报表,方便人力资源分析.统计数据.由于之前公司系统中有一个类似的查询使用Excel数据透视表完成的 ...