Reflector decompilation Tool

Source: Internet
Author: User
Tags reflector

From: http://blog.sina.com.cn/s/blog_4cf7ee9c0100b1d6.html

 

I have heard of reflector, a powerful decompilation tool, but it has never been used. During this time, I thought of reflector because I wanted to know about a project and the project adopts a multi-layer architecture and is not open-source, it's so powerful !!!
As follows:


Easy to use: Select File-> open and then select the DLL to be decompiled. After opening, the control namespace will appear on the left, right-click the class you want to view and select disassemble to display the code. Below are some popular reflector plug-ins on the Internet:

Reflector. filedisassembler
Reflector. codemetrics
Reflector. sql2005browser
Reflector. delphilanguage
Reflector. mcpplanguage
Reflector. chromelanguage
Reflector. Diff
Reflector. visualstudio
Reflector. classview
Reflector. codemodelview
Reflector. filegenerator
Reflector. Graph
Reflector. openrunningassembly
========================================================== ======
You can go to the reflector official website (http://www.aisto.com/roeder/dotnet/) to download the latest version of download decompress can run, decompile the code and the original code basically no difference. the reflector itself does not import code into a file, and related plug-ins are required. the following describes the usage and usage of a plug-in (reflector. filedisassembler. DLL ).
(1) reflector. filedisassembler and reflector. the filegenerator plug-ins are used for the same purpose. The decompiled code is exported to related files. Here I will only introduce reflector. filedisassemble usage, reflector. filegenerator usage is similar to reflector. filedisassemble
Under the cut Address: http://www.denisbauer.com/Download.aspx? File=reflector.filedisassembler.zip
(A) Start reflector and click View --- add-ins ..... Select reflector. filedisassembler. dll (after downloading reflector. filedisassembler and decompress it, the file disassembler option is displayed in the Tools menu.
(B) Select the class to be exported and then select tool -- file disassembler to set export.
(C) In the text box, enter the directory of the exported file and click genrate to generate the file.
(2) Export. You can import the file. Then, run vs.net and run reflector through "external program-reflector" in the menu bar.
Lower cut Address: http://www.testdriven.net/downloads/ReflectorVsAddin.zip
(3) add reflector. sql2005browser in the same way as (1) this plug-in is used to view the storage set in SQL Server 2005 (Yukon) database.
Under the cut Address: http://www.denisbauer.com/Download.aspx? File=reflector.sql2005browser.zip
(4) reflector. codemetrics plug-in. Add the same method (1) this plug-in is used to analyze. Net assemblies and display the performance parameters of this component
Under the cut Address: http://projectdistributor.net/GetFile.aspx? Type = B & id = 55
(5) Add the reflector. Graph plug-in the same way (1) this plug-in is used to draw the structure of the set.
Under the cut Address: http://projectdistributor.net/GetFile.aspx? Type = B & id = 56

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.