Reflector and its plug-ins
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
Reflector Official Website: http://www.aisto.com/roeder/dotnet/
(1) The reflector. filedisassembler and reflector. filegenerator plug-ins use the same purpose.CodeExport to related files. Here I will only introduce the usage of reflector. filedisassemble. The usage of reflector. filegenerator is similar to that of 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 Tools à file discycler. The following dialog box is displayed.
C) In the text box, enter the directory of the exported file and click genrate to generate the file.
(2) Export, You can import. Then we run vs.net, you can use the "external Program -Reflector "Run reflector.
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
I only introduced five plug-ins. we can point out something wrong. however, reflector does not seem to have a solution for anti-decompilation. It is impossible to use this tool only. It also requires more basic computer knowledge.