All Projects → ghorsington → Mono.Cecil.Inject

ghorsington / Mono.Cecil.Inject

Licence: MIT license
An extension to Mono.Cecil that provides helper methods for simple method injection.

Programming Languages

C#
18002 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to Mono.Cecil.Inject

Escapefromtarkov Trainer
Escape from Tarkov Trainer
Stars: ✭ 59 (-9.23%)
Mutual labels:  mono, injection
XnaToFna
Relink games / tools using the XNA Framework 4.0 to use FNA instead
Stars: ✭ 40 (-38.46%)
Mutual labels:  mono, cecil
Minject
Mono Framework Interaction / Injection Library for .NET (C++/CLI)
Stars: ✭ 42 (-35.38%)
Mutual labels:  mono, injection
Cecil
Cecil is a library to inspect, modify and create .NET programs and libraries.
Stars: ✭ 2,112 (+3149.23%)
Mutual labels:  mono, cil
UniversalUnityHooks
A framework designed to hook into and modify methods in unity games via dlls
Stars: ✭ 78 (+20%)
Mutual labels:  mono, injection
Centrifuge
Cross-platform runtime mod loader and API for any Unity-based game. Supports Unity 5 and up!
Stars: ✭ 27 (-58.46%)
Mutual labels:  mono, cil
Harmony
A library for patching, replacing and decorating .NET and Mono methods during runtime
Stars: ✭ 2,885 (+4338.46%)
Mutual labels:  mono, cil
CNeptune
CNeptune improve productivity & efficiency by urbanize .net module with meta-code to lay foundation for frameworks
Stars: ✭ 30 (-53.85%)
Mutual labels:  injection, cil
SilentETHMiner
A Silent (Hidden) Ethereum (ETH & ETC) Miner Builder
Stars: ✭ 219 (+236.92%)
Mutual labels:  injection
ZeusInjector
An Open Source Windows DLL Injector With All Known Techniques Available
Stars: ✭ 65 (+0%)
Mutual labels:  injection
Portable-WebDAV-Library
Moved to codeberg.org - https://codeberg.org/DecaTec/Portable-WebDAV-Library - The Portable WebDAV Library is a strongly typed, async WebDAV client library which is fully compliant to RFC 4918, RFC 4331 and "Additional WebDAV Collection Properties". It is implemented as .NETStandard 1.1 library in oder to be used on any platform supporting .NETS…
Stars: ✭ 45 (-30.77%)
Mutual labels:  mono
MonoAGS
AGS (Adventure Game Studio) reimagined in Mono
Stars: ✭ 26 (-60%)
Mutual labels:  mono
Nancy
Lightweight, low-ceremony, framework for building HTTP based services on .Net and Mono
Stars: ✭ 7,170 (+10930.77%)
Mutual labels:  mono
Open-Terraria-API
Open Terraria API - Mac, Linux & Windows
Stars: ✭ 65 (+0%)
Mutual labels:  cecil
tsdi
Dependency Injection container (IoC) for TypeScript
Stars: ✭ 50 (-23.08%)
Mutual labels:  injection
pwptemp
pwptemp
Stars: ✭ 54 (-16.92%)
Mutual labels:  injection
Reflex
Minimal dependency injection framework for Unity
Stars: ✭ 263 (+304.62%)
Mutual labels:  injection
PureScript
A C# hot reload framework for Unity3D, based on Mono's MONO_AOT_MODE_INTERP mode.
Stars: ✭ 258 (+296.92%)
Mutual labels:  mono
ably-dotnet
.NET, Xamarin and Mono client library SDK for Ably realtime messaging service
Stars: ✭ 32 (-50.77%)
Mutual labels:  mono
SResigner
A macos application for ipa resign,dylib inject/delete and metadata modify.
Stars: ✭ 52 (-20%)
Mutual labels:  injection

Mono.Cecil.Inject

Download the latest version

Documentation

Overview

Mono.Cecil.Inject (Cecil.Inject from now on) is a simple library that adds a few convenience methods to the original Mono.Cecil library. Added functionality includes method injection, System.Reflection-style methods to search other methods and class members by name and parameters and fast accessibility modification.

The library is almost a seamless addition to Mono.Cecil that should've been in the original library from the beginnig. The library is compact, easy-to-use and well documented.

Documentation

Online documentation (along with a library overview) can be found here. If you have used ReiPatcherPlus before, you can grab the migration guide from Migration directory.

Building from source

To build from source, you will need the latest version of MSBuild that is capable of compiling C# 6 source code and Mono.Cecil. Simply place Mono.Cecil.dll into lib folder and run build.bat or use MSBuild.

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].