原文: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. roll pitch yaw 的分别

    原文地址:http://blog.sina.com.cn/s/blog_452706120100scwu.html yaw,pitch,roll这三个旋转的确切意思.如果有一个人站在(0,0,0)点, ...

  2. JDK动态代理简单小程序

    Jdk动态代理 1.动态代理使用的情况:需要在多个方法上加上相同的逻辑的时候,需要用到动态代理. 原因:在多个方法上写相同的逻辑,第一费事,第二在不用的时候维护麻烦 使用动态代理需要用到两个类:分别为 ...

  3. linux route命令的使用详解

    route命令用于显示和操作IP路由表.要实现两个不同的子网之间的通信,需要一台连接两个网络的路由器,或者同时位于两个网络的网关来实现.在Linux系统中,设置路由通常是 为了解决以下问题:该Linu ...

  4. 《Getting Started with WebRTC》第一章 WebRTC介绍

    <Getting Started with WebRTC>第一章 WebRTC介绍 ​ 本章是对WebRTC做概念性的介绍. 阅读完本章后.你将对下面方面有一个清晰的理解:   .  什么 ...

  5. 怎样在Android本地视频播放器开发

    在上一章Android本地视频播放器开发--SDL编译编译中编译出sdl的支持库,当时我们使用的2.0,但是有些api被更改了,所以在以下的使用者中我们使用SDL1.3的库,这个库我会传上源码以及编译 ...

  6. jquery ajax协调SpringMVCD实现局部刷新IV

    feedback.jsp: <%@ page language="java" import="java.util.*" pageEncoding=&quo ...

  7. JSON-C 的安装与使用

    下载源代码安装步骤 wget http://oss.metaparadigm.com/json-c/json-c-0.9.tar.gz tar xvf json-c-0.9.tar.gz cd jso ...

  8. bzoj1497(最小割)

    传送门:最大获利 题意:建立n个中转站,每个花费P[i],有m个用户,使用Ai和Bi中转站可获利Ci,问最终建立哪几个中转站使获利最大? 分析:根据最大权闭合图建图,用户群和中转站为带权的点集,用户群 ...

  9. CCLuaObjcBridge调Objective-C方法传索引数组报invalid key to &#39;next&#39;错调试

    CCLuaObjcBridge是cocos2d-x系列引擎与Objective-C进行交互的"桥梁",老廖的quick-cocos2d-x在其framework进行了简单了封装,封 ...

  10. 怎样使用 iOS 7 的 AVSpeechSynthesizer 制作有声书(1)

    原文: http://www.raywenderlich.com/64623/make-narrated-book-using-avspeechsynthesizer-ios-7 随着 PageVie ...