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 100 public repositories matching this topic...
Basic injector for DLLs, offering a diverse range of functionalities in a simple program.
-
Updated
Sep 6, 2023
Proof of concept DLL injector utilizing LoadLibraryA
-
Updated
Aug 7, 2024 - C++
A program that injects a DLL into a process.
-
Updated
Aug 14, 2021 - C
DLL injector POC written currently in C++ to be wrapped with Go and CGO.
-
Updated
Nov 18, 2023 - C++
ServerSideMapper32 - Server-Side DLL Mapping Solution
-
Updated
Feb 18, 2024 - Go
Collection of trainers as I learn about reverse engineering
-
Updated
Nov 11, 2019 - 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++
injector csgo
-
Updated
May 22, 2021 - C
The XInput1_4 proxy dll loader for Geometry Dash 2.206 and up.
-
Updated
Jul 26, 2024 - C++
DLL injector using Win32 API LoadLibraryA approach
-
Updated
Nov 26, 2023 - C++
A tool for injecting a .NET DLL in to S&box for modding purposes
-
Updated
Mar 17, 2024 - C#
Simple DLL injector
-
Updated
Oct 29, 2023 - C++
Remote process DLL Injection in Rust
-
Updated
Mar 25, 2024 - Rust
Easy Memory Reading and Writing using JNA
-
Updated
Aug 26, 2022 - Java