ILSpy
ILSpy is a free, open-source .NET assembly browser and decompiler. It enables users to inspect compiled assemblies (DLLs and EXEs) and reconstruct high-level source code from the Common Intermediate Language (CIL) used by the .NET framework. The project is designed as a practical, open alternative to proprietary decompilers, serving developers, security researchers, and learners.
Key features include a graphical user interface for browsing assemblies, decompiling code to C# and Visual
Development and licensing are driven by a community of volunteers. ILSpy is hosted on a public repository
ILSpy has become a widely used tool in the .NET ecosystem as a transparent, accessible method for
---