
C++ Mono injector for loading and managing .NET assemblies in Windows processes, using WinAPI and ImGui.
This C++ injector is designed to load .NET assemblies into Windows processes (via Mono) quickly and reliably. It relies on WinAPI for all low-level operations and uses an ImGui interface to provide a clean and user-friendly workflow. Users can select a process, load one or multiple assemblies, define entry points, and manage injected DLLs in real time. The project is built with a modular C++ architecture and CMake, making it easy to understand, extend, and compile. Optimized for 64-bit applications, it is a practical tool for developing Mono-based mods and plugins for games or other software.





