Ross ROSS = Recommend OSS · open-source software intelligence for agents

ILSpy

.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform! observed · 2026-08-28

github.com/icsharpcode/ILSpy · C# · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

98/100

  • Activity 99
  • Release rhythm 97
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 27
  • age_days: 5689
  • days_rel: 21
  • days_push: 7
  • n_releases_24m: 12

Full methodology

Adoption not part of the score

25954 stars · 3698 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

ILSpy is an open-source, cross-platform .NET assembly browser and decompiler that converts compiled .NET binaries back into readable C# source code. It ships as a desktop GUI built on Avalonia, plus a CLI dotnet tool, editor extensions, and NuGet libraries (ICSharpCode.Decompiler) for embedding decompilation.

Use cases

  • decompile a .NET dll back to C# source
  • inspect the contents of a compiled .NET assembly
  • recover source code when only binaries are available
  • generate PDB files from .NET assemblies
  • browse and analyze third-party NuGet package internals
  • decompile assemblies from the command line in CI
  • analyze Unity or Mono game assemblies

When to choose

  • you need to read or recover C# code from compiled .NET binaries
  • you want a free, open-source alternative to .NET Reflector or dnSpy
  • you need cross-platform decompilation on Windows, Linux, or macOS
  • you want to embed a decompiler engine in your own tooling via NuGet

When to avoid

  • you need to decompile JVM bytecode or native binaries rather than .NET assemblies
  • you require debugging or live patching of assemblies (tools like dnSpy are better suited)
  • you need obfuscation removal or guaranteed perfect source recovery

Facets

application · maturity active

reverse-engineering developer-tools gui cli parser developer-tools reverse-engineering programming-languages windows cross-platform dotnet cli decompiler dotnet csharp assembly-browser pdb avalonia nuget-library linux macos

1 source

Member repositories

RepositoryRoleHealth v2
icsharpcode/ILSpymain98
icsharpcode/AvaloniaILSpymirror10

For agents

markdown · JSON · MCP: product_card(name="icsharpcode/ILSpy")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem