All Projects → jbevain → Cecil

jbevain / Cecil

Licence: mit
Cecil is a library to inspect, modify and create .NET programs and libraries.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to Cecil

Mono.Cecil.Inject
An extension to Mono.Cecil that provides helper methods for simple method injection.
Stars: ✭ 65 (-96.92%)
Mutual labels:  mono, cil
Centrifuge
Cross-platform runtime mod loader and API for any Unity-based game. Supports Unity 5 and up!
Stars: ✭ 27 (-98.72%)
Mutual labels:  mono, cil
Harmony
A library for patching, replacing and decorating .NET and Mono methods during runtime
Stars: ✭ 2,885 (+36.6%)
Mutual labels:  mono, cil
Depressurizer
A Steam library categorizing tool.
Stars: ✭ 1,008 (-52.27%)
Mutual labels:  library, mono
Gifenc
small C GIF encoder
Stars: ✭ 164 (-92.23%)
Mutual labels:  library
Raz
Modern & multiplatform game engine in C++17
Stars: ✭ 161 (-92.38%)
Mutual labels:  library
Mahout
Mirror of Apache Mahout
Stars: ✭ 1,960 (-7.2%)
Mutual labels:  library
Kethereum
Kotlin library for Ethereum
Stars: ✭ 161 (-92.38%)
Mutual labels:  library
React Trading Ui
Component library for trading applications 😰📉💸
Stars: ✭ 166 (-92.14%)
Mutual labels:  library
Cdt
C++ library for constrained Delaunay triangulation (CDT)
Stars: ✭ 165 (-92.19%)
Mutual labels:  library
Aim Ik
A Unity-3D library, to procedural orientate character head (and chest) in a direction without using any animation data.
Stars: ✭ 164 (-92.23%)
Mutual labels:  library
Blurimage
This Android Project help you to make your image blur in fastest way
Stars: ✭ 162 (-92.33%)
Mutual labels:  library
Item Nbt Api
Add custom NBT tags to Items/Tiles/Entities without NMS!
Stars: ✭ 163 (-92.28%)
Mutual labels:  library
Android Rocket Launcher
🚀 Launch android modules from the terminal
Stars: ✭ 161 (-92.38%)
Mutual labels:  library
Ssh2 Python
Bindings for libssh2 C library.
Stars: ✭ 166 (-92.14%)
Mutual labels:  library
React Timelines
React Timelines Library
Stars: ✭ 161 (-92.38%)
Mutual labels:  library
Mono
Minimalist Framework on top of Express.js
Stars: ✭ 163 (-92.28%)
Mutual labels:  mono
Angular Google Maps
Angular 2+ Google Maps Components
Stars: ✭ 1,982 (-6.16%)
Mutual labels:  library
Brackeys Ide
👨‍💻 Brackeys IDE is a fast and free multi-language code editor for Android.
Stars: ✭ 154 (-92.71%)
Mutual labels:  library
Litenetlib
Lite reliable UDP library for Mono and .NET
Stars: ✭ 2,179 (+3.17%)
Mutual labels:  mono

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].