MInjector
MInjector copied to clipboard
Mono Framework Injector (C#) using MInject Library
64 bits version can't detect any unity game. OS: Windows 10 Pro 64 bits - October 2018 update.
I'm getting some build errors from the BlackBone Project: src\wow64ext.h(72): error C2989: '_CLIENT_ID': class template has already been declared as a non-class template windows kits\10\include\10.0.17763.0\um\wintern1.h(80): note: see declaration of '_CLIENT_ID'...
This is my current .dll code (x64): ``` using System; using UnityEngine; namespace Stuff { public class Loader : MonoBehaviour { public void Hello() { } } } ``` It's...
Using injector on Heartstone results in game crash (Windows 7 x64, Hearthstone x86, Injector x86). There is good stack trace on the very end of attached log file. It says...