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.
SocketHook
Socket hook is an injector based on EasyHook (win only) which redirect the traffic to your local server.
pyinjector
Inject shared libraries into running processes
injrs
:rainbow: injrs is a DLL injector library and tool written in Rust. Rust 实现的DLL注入工具/库。
jector
Configurable library & executable to inject Windows dynamic-link libraries (DLLs) into processes
DLL-Injector
DLL Injector (LoadLibrary) in C++ (x86 / x64) - LoadLibrary DLL injector
ProcessInjectionTechniques
Learning Various Process Injection Techniques
fumo_loader
Fumo Loader - All in one kernel-based DLL injector
net-core-injector
CLI tool that can replace C# methods in .NET Core applications
CrossInject
x86/x64 dll injector
DLL_Injector
DLL injector that uses LoadLibrary to inject a DLL into another process.