skills/modelscope.cn/csharp-decompile

csharp-decompile

Installation
SKILL.md

C# Decompilation with ilspycmd

Decompile .NET assemblies to C# source code or IL using ilspycmd.

Setup

Ensure ilspycmd is installed:

ilspycmd --version || dotnet tool install --global ilspycmd

Workflows

List Types in an Assembly

Discover what's in an assembly before decompiling:

Installs
1
First Seen
Aug 23, 2026
csharp-decompile from modelscope.cn