DLL Injector
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.
Here are 61 public repositories matching this topic...
DLL injector (LoadLibraryA) with safe-ish Windows API usage
-
Updated
Aug 29, 2019 - C++
A Windows program to inject *.DLL files
-
Updated
Sep 11, 2021 - C++
DLL + Injector to forcefully set an audio device in a program that doesn't support changing them. Compatible with Windows 7+!
-
Updated
Nov 22, 2021 - C++
Based dll injector based on c++ with silent apc injection.
-
Updated
Apr 28, 2025 - C++
Advanced DLL Injector for Windows with Win32 API UI
-
Updated
May 25, 2025 - C++
A CLI DLL injector written in C++ for x86 and x64 architectures.
-
Updated
Jan 15, 2024 - C++
Dropper program, that injects calcDLL into target process.
-
Updated
Jan 1, 2025 - C++
DLL injector using Win32 API LoadLibraryA approach
-
Updated
Nov 26, 2023 - C++
Simple DLL injector
-
Updated
Oct 29, 2023 - C++
💉 Stupid simple DLL injector
-
Updated
Nov 24, 2023 - C++
A simple Windows DLL Injector built using C++ and Windows API. Demonstrates process memory manipulation and remote thread creation.
-
Updated
Jul 19, 2025 - C++
CheatBox is currently only a DLL injector. The plan for this project is that CheatBox will become a tool like Cheat Engine with a QT interface. Also, some features like automatic game injections are planed.
-
Updated
Dec 4, 2020 - C++
Proof of concept DLL injector utilizing LoadLibraryA
-
Updated
Aug 7, 2024 - C++
Collection of trainers as I learn about reverse engineering
-
Updated
Nov 11, 2019 - C++
Customizable API hook program
-
Updated
Jun 3, 2021 - C++
- Followers
- 23 followers
- Website
- github.com/topics/dll-injector
- Wikipedia
- Wikipedia