Back
C++ Injector for .NET DLLs
2023
# Tools

C++ Injector for .NET DLLs

C++ Mono injector for loading and managing .NET assemblies in Windows processes, using WinAPI and ImGui.

~/Tags

C++DLL InjectionWinAPI & ImGui

~/About

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.

~/Gallery

C++ Injector for .NET DLLs 1
view
C++ Injector for .NET DLLs 2
view
C++ Injector for .NET DLLs 3
view

~/Key features

.NET assembly injection
For Mono-based application
Runtime assembly ejection
Multi-DLL injection support
ImGui user interface
Customizable GUI themes

~/ Source code

View on GitHub