Skip to content
#

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 64 public repositories matching this topic...

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.

  • Updated Nov 11, 2025
  • C++

Injection of x86 DLLs into x86 processes is fully supported.Developed using C++, because real programmers choose C++ over C#.

  • Updated Nov 11, 2025
  • C++

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.

  • Updated Nov 4, 2025
  • C++
Followers
23 followers
Website
github.com/topics/dll-injector
Wikipedia
Wikipedia

Related topics

code-injection process-injection