I believe everyone is right. net decompilation is no stranger. We also know that there are two good tools for decompilation. net Assembly: Salamander. net decomplier and reflector. net, Salamander. net decomplier is very powerful and can be decompiled and obfuscated. ne code, you can also decompile the classes in the Assembly into a file directly, but it requires money, and the functions provided by the trial version are very limited. Relatively speaking, reflector.net is completely free of charge, but it can only be viewed in one method and one method, and cannot be decompiled into one file directly, which is also troublesome, fortunately, it supports the plug-in add-in function. To address its disadvantages, many people have developed good plug-ins that can decompile the code of the entire assembly into source files, suchReflector. filedisassembler,Reflector. filegeneratorThey are all very useful. Today, I suddenly found a list collected by others, which provides many useful plug-ins:
Http://www.freewebs.com/csharp/Reflector/AddIns/
Hosted by freewebs
| . Net reflector add-ins This website lists add-ins. net reflector. after downloading one of the add-ins copy the files to the same directory as your 'reflector.exe 'file and load them via the 'add-ins' command under the 'view' menu. you can download reflector here. |
|
Reflector. filedisassembler This add-in can be used to dump the disassembler output to files for any reflector suppsupported language. 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. It also supports method ranking and type ranking. Website |
|
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 |
|
Reflector. mbunit This add-in allows loading and executing mbunit test fixtures in reflector. The source code is provided online. Website |
Disclaimer: the content of this website is provided "as is" with no warranties, and confers no rights. |
Or the http://hi.baidu.com/jokulpine/blog/item/fa0fc33665bd8ddba3cc2b44.html also has related plug-ins and programs
Text Version: http://www.cnblogs.com/yangfan/archive/2010/01/29/1659085.html
Graphic: http://wenku.baidu.com/view/a501901cc5da50e2524d7f5f.html
Download the most basic program and two plug-ins