Mono.Cecil Documentation

repository·master·Indexed 25 days ago

https://github.com/jbevain/cecil

A specialized library for inspecting, analyzing, and modifying .NET binaries in ECMA CIL form. It allows for the manipulation of assemblies and IL code without requiring the assemblies to be loaded via Reflection.

Tokens
130
Snippets
0
Records
1
Agent score
34%

What's inside Mono.Cecil

  1. Overview of Mono.Cecil

    master

    Mono.Cecil is a library designed for generating and inspecting programs and libraries in the ECMA CIL (Common Intermediate Language) form. It allows developers to interact with .NET binaries without the overhead or restrictions of standard Reflection.

    Key capabilities include:

    • Analyzing .NET binaries: Use a powerful object model to inspect assemblies without loading them into the execution context.
    • Modifying .NET binaries: Add new metadata structures and alter IL (Intermediate Language) code directly.