From Collaborative RCE Tool Library
ILSpy
| Tool name: | ILSpy |
|
||
|---|---|---|---|---|
| Author: | David Srbecky | |||
| Website: | http://wiki.sharpdevelop.net/ILSpy.ashx | |||
| Current version: | 1.0.0.729 | |||
| Last updated: | April 12, 2011 | |||
| Direct D/L link: | http://build.sharpdevelop.net/BuildArtefacts/#ILSpy | |||
| License type: | Open-source | |||
| Description: | 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. ILSpy Features: Assembly browsing IL Disassembly Decompilation to C# Supports lambdas and 'yield return' Saving of resources 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 Extensibile via plugins (MEF) |
|||
| Related URLs: | No related URLs have been submitted for this tool yet | |||
| Screenshot: |
|---|
![]() |
Feed containing all updates for this tool.
Here below you will find useful notes about this tool, left by other users.
You are welcome to add your own useful notes here, or edit any existing notes to improve or extend them.
(please also edit it if you think it fits well in some additional category, since this can also be controlled)

Editor Like Hex Edit / Direct Code Editor
We can read the code very clearly. This is a great thing. I would like to suggest, if we have code Editor and compiler/debugger, it will be very nice.
Suppose, we have a long code, I used to write a simple application for my project, etc., so if I want to edit directly the IL code to create more secure instruction, I would love it more!
Thankss for the tool. Keep it up. I will be one of the developer for IL Spy one day.