This repository has been archived on 2023-09-13. You can view files and clone it, but cannot push or open issues or pull requests.
station_obscurum_unity/Assets/FishNet/CodeGenerating/cecil-0.11.4
2023-05-31 13:03:04 -04:00
..
Mono fishnet installed 2023-05-31 11:32:21 -04:00
Mono.Cecil fishnet installed 2023-05-31 11:32:21 -04:00
Mono.Cecil.Cil fishnet installed 2023-05-31 11:32:21 -04:00
Mono.Cecil.Metadata fishnet installed 2023-05-31 11:32:21 -04:00
Mono.Cecil.PE fishnet installed 2023-05-31 11:32:21 -04:00
Mono.Collections.Generic fishnet installed 2023-05-31 11:32:21 -04:00
Mono.Security.Cryptography fishnet installed 2023-05-31 11:32:21 -04:00
rocks fishnet installed 2023-05-31 11:32:21 -04:00
cecil.snk fishnet installed 2023-05-31 11:32:21 -04:00
cecil.snk.meta fishnet installed 2023-05-31 11:32:21 -04:00
Directory.Build.props fishnet installed 2023-05-31 11:32:21 -04:00
Directory.Build.props.meta fishnet installed 2023-05-31 11:32:21 -04:00
LICENSE.txt fishnet installed 2023-05-31 11:32:21 -04:00
LICENSE.txt.meta fishnet installed 2023-05-31 11:32:21 -04:00
Mono.Cecil.Cil.meta fishnet installed 2023-05-31 11:32:21 -04:00
Mono.Cecil.meta fishnet installed 2023-05-31 11:32:21 -04:00
Mono.Cecil.Metadata.meta fishnet installed 2023-05-31 11:32:21 -04:00
Mono.Cecil.nunit fishnet installed 2023-05-31 11:32:21 -04:00
Mono.Cecil.nunit.meta fishnet installed 2023-05-31 11:32:21 -04:00
Mono.Cecil.nuspec fishnet installed 2023-05-31 11:32:21 -04:00
Mono.Cecil.nuspec.meta fishnet installed 2023-05-31 11:32:21 -04:00
Mono.Cecil.PE.meta fishnet installed 2023-05-31 11:32:21 -04:00
Mono.Cecil.sln.meta changes 2023-05-31 13:03:04 -04:00
Mono.Cecil.Tests.props fishnet installed 2023-05-31 11:32:21 -04:00
Mono.Cecil.Tests.props.meta fishnet installed 2023-05-31 11:32:21 -04:00
Mono.Collections.Generic.meta fishnet installed 2023-05-31 11:32:21 -04:00
Mono.meta fishnet installed 2023-05-31 11:32:21 -04:00
Mono.Security.Cryptography.meta fishnet installed 2023-05-31 11:32:21 -04:00
MonoFN.Cecil.asmdef fishnet installed 2023-05-31 11:32:21 -04:00
MonoFN.Cecil.asmdef.meta fishnet installed 2023-05-31 11:32:21 -04:00
ProjectInfo.cs fishnet installed 2023-05-31 11:32:21 -04:00
ProjectInfo.cs.meta fishnet installed 2023-05-31 11:32:21 -04:00
README.md fishnet installed 2023-05-31 11:32:21 -04:00
README.md.meta fishnet installed 2023-05-31 11:32:21 -04:00
rocks.meta fishnet installed 2023-05-31 11:32:21 -04:00

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.