Free, open-source .NET assembly browser and decompiler for analyzing .NET assemblies in C# and other .NET languages.
ILSpy is an open-source .NET decompiler and assembly browser. It allows developers to easily inspect, navigate, view docs for, and decompile the contents of .NET managed assemblies. Some key features of ILSpy include:
ILSpy is commonly used for understanding and troubleshooting third-party .NET libraries, performing code reviews, and learning how other developers structure and implement .NET applications. It can decompile code back to a near-original state which makes it easy to browse and analyze .NET assemblies even without source code access.
Here are some alternatives to ILSpy:
Suggest an alternative ❐