DLL Injector topic

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.

List DLL Injector repositories

SocketHook

58
Stars
14
Forks
Watchers

Socket hook is an injector based on EasyHook (win only) which redirect the traffic to your local server.

pyinjector

80
Stars
13
Forks
Watchers

Inject shared libraries into running processes

injrs

30
Stars
4
Forks
Watchers

:rainbow: injrs is a DLL injector library and tool written in Rust. Rust 实现的DLL注入工具/库。

jector

18
Stars
3
Forks
Watchers

Configurable library & executable to inject Windows dynamic-link libraries (DLLs) into processes

DLL-Injector

84
Stars
21
Forks
Watchers

DLL Injector (LoadLibrary) in C++ (x86 / x64) - LoadLibrary DLL injector

ProcessInjectionTechniques

20
Stars
5
Forks
Watchers

Learning Various Process Injection Techniques

fumo_loader

196
Stars
19
Forks
Watchers

Fumo Loader - All in one kernel-based DLL injector

net-core-injector

42
Stars
3
Forks
Watchers

CLI tool that can replace C# methods in .NET Core applications

DLL_Injector

28
Stars
9
Forks
Watchers

DLL injector that uses LoadLibrary to inject a DLL into another process.