Proof of concept DLL injector utilizing LoadLibraryA
-
Updated
Aug 7, 2024 - 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.
Proof of concept DLL injector utilizing LoadLibraryA
The XInput1_4 proxy dll loader for Geometry Dash 2.206 and up.
Free undetected Trojan using dll injection of a custom library that spawns a reverse shell on a target machine, undetected by Windefender/Bitdefender
Simplistic multipurpose dll injector utilizing Microsoft Detours.
Collection of trainers as I learn about reverse engineering
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.
DLL injector (LoadLibraryA) with safe-ish Windows API usage
A Windows program to inject *.DLL files
DLL + Injector to forcefully set an audio device in a program that doesn't support changing them. Compatible with Windows 7+!
Based dll injector based on c++ with silent apc injection.
Advanced DLL Injector for Windows with Win32 API UI
A CLI DLL injector written in C++ for x86 and x64 architectures.
Dropper program, that injects calcDLL into target process.
DLL injector using Win32 API LoadLibraryA approach
Simple DLL injector