Tag Archives: .NET decompiler

dnSpy – Powerful .NET debugger and assembly editor

This article along with all titles and tags are the original content of AppNee. All rights reserved. To repost or reproduce, you must add an explicit footnote along with the URL to this article!
Any manual or automated whole-website collecting/crawling behaviors are strictly prohibited.
Any resources shared on AppNee are limited to personal study and research only, any form of commercial behaviors are strictly prohibited. Otherwise, you may receive a variety of copyright complaints and have to deal with them by yourself.
Before using (especially downloading) any resources shared by AppNee, please first go to read our F.A.Q. page more or less. Otherwise, please bear all the consequences by yourself.
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

If you are a software developer, you’re likely aware that there are times when you need to decompile certain assemblies to gain a clearer understanding of their functionality, that is, to reverse engineer it. However, achieving this without the right tools can often be quite challenging. Fortunately, there are many software solutions available, such as dnSpy, which enable you to obtain quick and effective results.

Continue reading dnSpy – Powerful .NET debugger and assembly editor

[v10.3] .NET Reflector – Decompile, understand, and fix any .NET code

.NET Reflector is a very well-known and leading .NET program decomcompilation tool (also runs as a Visual Studio addon), developed by Red Gate Software from Australia (originally written by Lutz Roeder, a Microsoft employee). Its main function is to decompile C#, Visual Basic and IL programs into assembler programs (mainly the .NET source code) for viewing, analyzing and debugging.

Continue reading [v10.3] .NET Reflector – Decompile, understand, and fix any .NET code

If some download link is missing, and you do need it, just please send an email (along with post link and missing link) to remind us to reupload the missing file for you. And, give us some time to respond.
If there is a password for an archive, it should be "appnee.com".
Most of the reserved downloads (including the 32-bit version) can be requested to reupload via email.

ILSpy – Must-have .NET assembly browser and decompiler

ILSpy is a free and open-source .NET assembly browser and decompression tool that is pretty popular in the C# development field, developed by ICSharpCode (i.e. the development team of SharpDevelop). It has the user interface, layout, and decompilation functions similar to Red Gate Software’s .NET Reflector. Moreover, sometimes for some assemblies that can not be decompiled with .NET Reflector (because of encryption), it’s still possible to do that using ILSpy. Simply speaking, it has only one purpose – to finally completely replace .NET Reflector and do better.

Continue reading ILSpy – Must-have .NET assembly browser and decompiler