Proof-of-Concept server-assisted DLL manual mapping written in Rust
-
Updated
Aug 28, 2025 - Rust
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 server-assisted DLL manual mapping written in Rust
Simple DLL injector written in Rust
Remote process DLL Injection in Rust
🌈 injrs is a DLL injector library and tool written in Rust. Rust 实现的DLL注入工具/库。
Marcinject Dll injector made by marci thus the name marcinject
Simple DLL Injector coded in Rust
Configurable library & executable to inject Windows dynamic-link libraries (DLLs) into processes