.NET反编译工具:ILSpy

jopen 12年前

ILSpy是开放源代码的。NET程序集浏览器和反编译器。

.NET反编译工具:ILSpy

ILSpy 特性

  • Assembly browsing
  • IL Disassembly
  • Support C# 5.0 "async"
  • Decompilation to C#
    • Supports lambdas and 'yield return'
    • Shows XML documentation
    </li>
  • Decompilation to VB
  • Saving of resources
  • Save decompiled assembly as .csproj
  • Search for types/methods/properties (substring)
  • Hyperlink-based type/method/property navigation
  • Base/Derived types navigation
  • Navigation history
  • BAML to XAML decompiler
  • Save Assembly as C# Project
  • Find usage of field/method
  • Extensible via plugins (MEF)
  • Assembly Lists
  • </ul>

    项目主页:http://www.open-open.com/lib/view/home/1351563530817