Awesome
MInjector
Mono Framework Injector (C#) using MInject Library
Features
- Auto-detect injectable Mono processes
- Call remote static method after injection
- Remove any traces of injection (Experimental)
Download
You can find the most recent releases here: https://github.com/EquiFox/MInjector/releases
Compile Yourself
- Requires Visual Studio 2017
- Don't forget to
git submodule update --init --recursive
after cloning this repo to include theMInject
dependency.