Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 540 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 540 Bytes

MInjector

Mono Framework Injector (C#) using MInject Library

Alt text

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 the MInject dependency.