01Decompiles .NET assemblies directly into readable C# source code
02Generates entire project structures from compiled DLLs
03Provides visibility into Intermediate Language (IL) for low-level analysis
04Assists in locating assemblies within NuGet caches and .NET runtime paths
05Supports targeted decompilation of specific namespaces and classes
06491 GitHub stars