Unity-WebSocket/Assets/FishNet/CodeGenerating/cecil-0.11.4
2025-06-28 11:28:54 +03:30
..
Mono first commit 2025-06-28 11:28:54 +03:30
Mono.Cecil first commit 2025-06-28 11:28:54 +03:30
Mono.Cecil.Cil first commit 2025-06-28 11:28:54 +03:30
Mono.Cecil.Metadata first commit 2025-06-28 11:28:54 +03:30
Mono.Cecil.PE first commit 2025-06-28 11:28:54 +03:30
Mono.Collections.Generic first commit 2025-06-28 11:28:54 +03:30
Mono.Security.Cryptography first commit 2025-06-28 11:28:54 +03:30
rocks first commit 2025-06-28 11:28:54 +03:30
cecil.snk first commit 2025-06-28 11:28:54 +03:30
cecil.snk.meta first commit 2025-06-28 11:28:54 +03:30
Directory.Build.props first commit 2025-06-28 11:28:54 +03:30
Directory.Build.props.meta first commit 2025-06-28 11:28:54 +03:30
LICENSE.txt first commit 2025-06-28 11:28:54 +03:30
LICENSE.txt.meta first commit 2025-06-28 11:28:54 +03:30
Mono.Cecil.Cil.meta first commit 2025-06-28 11:28:54 +03:30
Mono.Cecil.meta first commit 2025-06-28 11:28:54 +03:30
Mono.Cecil.Metadata.meta first commit 2025-06-28 11:28:54 +03:30
Mono.Cecil.nunit first commit 2025-06-28 11:28:54 +03:30
Mono.Cecil.nunit.meta first commit 2025-06-28 11:28:54 +03:30
Mono.Cecil.nuspec first commit 2025-06-28 11:28:54 +03:30
Mono.Cecil.nuspec.meta first commit 2025-06-28 11:28:54 +03:30
Mono.Cecil.PE.meta first commit 2025-06-28 11:28:54 +03:30
Mono.Cecil.sln first commit 2025-06-28 11:28:54 +03:30
Mono.Cecil.sln.meta first commit 2025-06-28 11:28:54 +03:30
Mono.Cecil.Tests.props first commit 2025-06-28 11:28:54 +03:30
Mono.Cecil.Tests.props.meta first commit 2025-06-28 11:28:54 +03:30
Mono.Collections.Generic.meta first commit 2025-06-28 11:28:54 +03:30
Mono.meta first commit 2025-06-28 11:28:54 +03:30
Mono.Security.Cryptography.meta first commit 2025-06-28 11:28:54 +03:30
MonoFN.Cecil.asmdef first commit 2025-06-28 11:28:54 +03:30
MonoFN.Cecil.asmdef.meta first commit 2025-06-28 11:28:54 +03:30
ProjectInfo.cs first commit 2025-06-28 11:28:54 +03:30
ProjectInfo.cs.meta first commit 2025-06-28 11:28:54 +03:30
README.md first commit 2025-06-28 11:28:54 +03:30
README.md.meta first commit 2025-06-28 11:28:54 +03:30
rocks.meta first commit 2025-06-28 11:28:54 +03:30

Cecil

Mono.Cecil is a library to generate and inspect programs and libraries in the ECMA CIL form.

To put it simply, you can use Cecil to:

  • Analyze .NET binaries using a simple and powerful object model, without having to load assemblies to use Reflection.
  • Modify .NET binaries, add new metadata structures and alter the IL code.

Cecil has been around since 2004 and is widely used in the .NET community. If you're using Cecil, or depend on a framework, project, or product using it, please consider sponsoring Cecil.

Read about the Cecil development on the development log.

To discuss Cecil, the best place is the mono-cecil Google Group.

Cecil is a project under the benevolent umbrella of the .NET Foundation.