什么是 ilspy-decompile?
通过反编译程序集了解 .NET 代码的实现细节。当您想要了解 .NET API 在内部如何工作、检查 NuGet 包源、查看框架实现或了解编译的 .NET 二进制文件时使用。 来源:aaronontheweb/dotnet-skills。
通过反编译程序集了解 .NET 代码的实现细节。当您想要了解 .NET API 在内部如何工作、检查 NuGet 包源、查看框架实现或了解编译的 .NET 二进制文件时使用。
通过命令行快速安装 ilspy-decompile AI 技能到你的开发环境
来源:aaronontheweb/dotnet-skills。
Use this skill to understand how .NET code works internally by decompiling compiled assemblies.
Both forms are shown below. Use the one that works in your environment.
Note: ILSpyCmd options may vary slightly by version. Always verify supported flags with ilspycmd -h.
通过反编译程序集了解 .NET 代码的实现细节。当您想要了解 .NET API 在内部如何工作、检查 NuGet 包源、查看框架实现或了解编译的 .NET 二进制文件时使用。 来源:aaronontheweb/dotnet-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/aaronontheweb/dotnet-skills --skill ilspy-decompile通过反编译程序集了解 .NET 代码的实现细节。当您想要了解 .NET API 在内部如何工作、检查 NuGet 包源、查看框架实现或了解编译的 .NET 二进制文件时使用。 来源:aaronontheweb/dotnet-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/aaronontheweb/dotnet-skills --skill ilspy-decompile 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/aaronontheweb/dotnet-skills