dnSpy is a .NET assembly editor, decompiler, and debugger forked from ILSpy
* Assembly editor
* Decompiler
* Debugger
* Tabs and tab groups
* Themes (blue, dark, light and high contrast)
Show tokens, RVAs, file offsets as comments in the code Windows Explorer integration Ctrl+B copies IL code (in IL mode) Option to change order of decompiled objects (method, fields, etc) Fix blurry treeview glyph Ctrl+R analyzer shortcut in text editor or treeview Add winmd search paths and resolve winmd mscorlibs as a .NET 4.0 mscorlib Other bug fixes and fixes, see git history
New version:
.NET resources editor
Search .NET resources
Method body editor can handle much bigger methods now
Add rename-namespace command
Restore text editor position when switching language
Rewrote dnSpy Everything's a plugin, see the wiki Localizable Tool windows can be placed on any side of the main window; any number of them can be opened at the same time Project writer has been updated: sln, multiple files, resx, xaml, resources, winforms Double clicking a search/analyzer result goes to the actual line in the code Search assemblies can be limited to selected file or files in the same dir as the current file C# scripting (Roslyn), see the wiki Optimized the decompiler Method body editor now supports copying instructions and locals from other methods More...