Reflector is a powerful decompilation tool. I believe many of my friends have used it. But reflector has many limitations, such as checking methods one by one, fortunately, reflector supports many plug-ins on the Internet. I have found two plug-ins that are widely used and well-received: reflector. filedisassembler and reflector. filegenerator and reflector are integrated and put in a compressed package. You can directly decompress the package and use it. filegenerator does not have a ready-made DLL on the Internet. After compilation, you can extract it, put it in the compressed package, and I have been searching for friends who can use it directly this time :)
Click to download the reflector Integrated Package
In this compressed package, reflector.exe has been upgraded to the latest version 5.0. The specific usage is not described much. Just briefly introduce the usage steps of this compressed package:
First download the compressed package and decompress it to run the reflector.exe (mainProgram), An error prompt dialog box will pop up during the first run, because the two plug-in DLL files referenced are configured according to my local conditions, so you need to configure them based on your actual situation, the method is simple. Let's reference filegenerator. DLL as an example,
First, let's introduce filegenerator. The function of the filegenerator plug-in is to export the source files to a file based on the DLL file. The exported files are not annotated, and the variable name is changed, there is no difference among others. For some good controls, if they are not open-source, they can be exported as files, and then added comments and modified a little, which can be used well. (Open-source DLL is not easy to use)
Specific initialization setting method: Click View> add-ins... to bring up a window, click Add> select "filegenerator. dll" in the folder, and click Close.
Return to the reflector window. The plug-in window is displayed on the Right of tool-> generator file (s).... Select the DLL file on the left and click Export File on the right,Source codeExport all!
Another plug-in, reflector. filedisassembler. dll, has the same setting method as this one.
In addition, we provide some reflector related plug-ins for download:
Reflector. filedisassembler This add-in can be used to dump the disassembler output to files for any reflector suppsupported language. Website Download |
Reflector. codemetrics Analyses. Net assemblies and shows design quality metrics. The menu item is registered under the "Tools" menu. Website Download |
Reflector. sql2005browser This add-in allows to browse. Net assemblies stored in SQL Server 2005 (Yukon) databases. Website Download |
Reflector. delphilanguage The Delphi view that is used inside. Net reflector provided as a language add-in. Website Download |
Reflector. mcpplanguage This add-in extends reflector with a managed C ++ language rendering module. Website Download |
Reflector. chromelanguage This add-in extends reflector with a chrome language rendering module. Website Download |
Reflector. Diff This add-in shows differences between two versions of the same assembly. Website Download |
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. Website Download |
Reflector. classview Shows class definitions as plain text with color coding. The menu item is registered under the "Tools" menu. Website Download |
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. Website Download |
Reflector. filegenerator This add-in can be used to dump the disassembler output to files for any reflector suppsupported language. Download |
Reflector. Graph This add-in draws Assembly dependency graphs and IL graphs. Website Download |
Reflector. openrunningassembly Opens an assembly or dependency from a process running on the system. The menu item is registered under the "Tools" menu. Website Download |