“一个反编译工具Reflactor “
这里有一个。很好用的。
推荐使用。
http://www.denisbauer.com/NETTools/FileDisassembler.aspx
Reflector.FileDisassembler
The Reflector.FileDisassembler is a little add-in for the new version of Lutz Roeder's .NET Reflector that you can use to dump the decompiler output to files of any Reflector supported language (C#, VB.NET, Delphi). This is extremely useful if you are searching for a specific line of code as you can use VS.NET's "Find in Files" or want to convert a class from one language to another.
Disclaimer: Use the Reflector.FileDisassembler at your own risk. I assume no guarantee for proper functioning.
Download:
Reflector.FileDisassembler.zip
(Please make sure that you have the matching version of .NET Reflector)
History:
V4.0.6.0 (published 2004-06-20)compiled against new Reflector build 4.0.6.0
V4.0.3.0 (published 2004-05-23)
Feature: Assemblyinfo.cs is generated
Feature: Reflector supports IL code as another language => FileDisassembler can now dump assembly in IL code
Bugfix: (Custom) Attributes are written to the file (no matter what the reflector settings are)
V4.0.0.0 (published 2004-05-05)
Initial version