hBifTs

山自高兮水自深!當塵霧消散,唯事實留傳.荣辱不惊, 看庭前花开花落; 去留随意, 望天上云展云舒.

导航

Reflector FileDisassembler

Posted on 2004-06-24 17:12  hbiftsaa  阅读(10839)  评论(19编辑  收藏  举报
看到博客园的用户找能反编译到文件的工具。

一个反编译工具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