Simple DLL Injection
-
Updated
Nov 12, 2025 - C
DLL injection is a technique used in programming and hacking to run code within another process by injecting a dynamic-link library (DLL). This method is commonly utilized for legitimate purposes such as debugging, modifying functionalities, or enhancing features. However, it can also be misused for malicious purposes, such as creating unauthorized access to a system or application. Tools designed for DLL injection enable developers to test, analyze, and modify the behavior of a program without altering its original code. Understanding DLL injection and using it wisely can open doors to advanced programming possibilities and insights into software behavior.
Simple DLL Injection
LoadLibraryExW LdrLoadDll drpLoadDll LdrpLoadDllInternal ManualMapping
Injection of x86 DLLs into x86 processes is fully supported.Developed using C++, because real programmers choose C++ over C#.
Injects cheat code into the game process.Injects an external DLL file into the target process.Loads and associates a DLL file into the target process.
A driver-based DLL injection tool for Windows that targets specific processes (like target.exe) to inject custom DLLs with error handling and customizable settings.
🔧 Explore powerful DLL injection techniques with this Windows utility, designed for security research, debugging, and academic studies.
Free undetected Trojan using dll injection of a custom library that spawns a reverse shell on a target machine, undetected by Windefender/Bitdefender
An open-source and user-friendly DLL injector!
SA-MP Injector is a versatile software package composed of an executable, a DLL, and equivalent libraries for multiple programming languages. It injects samp.dll for SA-MP (San Andreas Multiplayer) or samp.dll and omp-client.dll for OMP (Open Multiplayer), enabling game launch via command line with customizable parameters to connect to a server.
A lightweight DLL injector for Windows written in Python.
Simple Windows DLL Injection Tool built with C++
Application launcher with DLL Injection, Lua Scripting, Splash screen, and other goodies
RozDll by ROZBUD is a Powerful Reverse Engineering Tool that creates Hijacked DLLs and Standard Patchers. RozDll Is used In Software Verification And User Acceptance Testing (UAT). Please use it responsibly And within Legal Boundaries!
Dll injection using direct System Calls, undetected by Windows Defender & Bitdefender
Proof-of-Concept server-assisted DLL manual mapping written in Rust
A simple DLL injector written in C, taken from Esfera. I haven't used it for a while so i don't know if it's working.
PoC shellcode injector using clean syscalls to bypass user-mode hooks in ntdll.dll