-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Home
ILSpy is the open-source .NET assembly browser and decompiler.
Development started after Red Gate announced that the free version of .NET Reflector would cease to exist by end of February 2011.
Version 2.0 Beta 1 (ILSpy 2.0.0.1564):
Version 1.0 (ILSpy 1.0.0.1000):
ILSpy requires .NET 4.0.
Test the latest ILSpy builds: Build Server
Get ILSpy plugins from here.
- Assembly browsing
- IL Disassembly
- Decompilation to C#
- Supports lambdas and 'yield return'
- Shows XML documentation
- 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
- Support for Expression trees
- Support for lifted operatores on nullables
- Debugger Eusebiu's blog
- Decompile to Visual Basic (pre-info)
- Support for fixed fields ("
struct A{ public unsafe fixed int Field[10];
}")
- Bookmarks
- Support C# 4.0 "dynamic"
- Support C# 5.0 "async"
- Add casts where required to make C# overload resolution call the correct method
- Decompiling ILSpy with itself and recompiling the result should result in a working ILSpy copy
- Assembly editing capabilities (similar to Reflexil)
Want to know when major new features are added? When a new stable version is released?
- 7/16/2011 Version 1.0 announcement
- 5/29/2011 Beta announcement
- 5/4/2011 M3 announcement
- 4/13/2011 M2 annoucement
- 2/24/2011 M1 (Milestone 1) Release announcement
- 2/16/2011 First Preview announcement
- 2/4/2011 Development Starts (github repository created)
http://community.sharpdevelop.net/forums/69.aspx
Please use the forum to discuss issues, feature ideas, et cetera. For bug reporting, either use the forum or if you have a GitHub account, add them directly to https://github.com/icsharpcode/ILSpy/issues
See https://github.com/icsharpcode/ILSpy
- Overview of features in ILSpy Build 296 Resolution: 720p
Viewing IL (Build 199)
Navigating Types (Build 199)
Saving Resources (Build 199)
Decompiling a Type to C# (Build 199)
Decompiling method with 'yield return' (Build 528)