Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mono.cecil

Custom IL Rewriting plugin for msbuild

adding a new constructor to "existing" type with mono.cecil

Using Mono.Cecil with .NET CompactFramework on Windows Mobile devices

How to inject call to System.Object.Equals with Mono.Cecil?

c# mono.cecil

ILSpy "Failed to resolve assembly" in AstBuilder

What kind of compiler magic do we need more?

Detect whether the assembly was built for .NET Compact Framework

If/else and while branches in Mono.Cecil

How can I change field value with Mono Cecil?

c# field mono.cecil

Resolving a TypeReference to a TypeDefinition in Mono.Cecil fails with Assembly Resolution Error

How to implement IsAssignableFrom with Mono.Cecil

c# mono.cecil

Creating an IL instruction with an inline argument using Mono.Cecil

What is the most interesting and promising approach to implement a compiler in C#?

ICSharpCode.Decompiler + Mono.Cecil -> How to generate code for a single method?

Mono.Cecil: injecting try/finally?

.net mono.cecil

How can I use Cecil to find the type passed to a generic method?

c# cil mono.cecil

Get AST from .Net assembly without source code (IL code)

Emitting function with optional parameter