Skip to content
/ cecil Public
forked from jbevain/cecil

Cecil is a library to generate and inspect .NET programs and libraries.

License

Notifications You must be signed in to change notification settings

sbomer/cecil

This branch is 7 commits ahead of, 7 commits behind jbevain/cecil:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

187563c · Jun 6, 2024
Jan 18, 2023
Jun 6, 2024
Jan 19, 2022
Jan 18, 2023
Jun 6, 2024
Jan 24, 2020
May 21, 2024
Feb 11, 2019
Jun 6, 2024
May 20, 2024
Jun 4, 2024
Sep 29, 2022
Nov 13, 2014
Aug 30, 2019
Jun 6, 2024
Jan 19, 2016
May 20, 2024
May 31, 2019
Aug 30, 2019
Apr 19, 2023
Mar 5, 2019
Apr 19, 2023
Jun 23, 2023
Feb 28, 2017

Repository files navigation

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.

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

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

About

Cecil is a library to generate and inspect .NET programs and libraries.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%