This repository features code written in Rust intended to exploit DLL injection into a remote process.
You can run with cargo run or the compiled binary directly:
cargo run -- <pid> <full-path-of-the-DLL>
target/release/dllinjection_rs.exe <pid> <full-path-of-the-DLL>
- An example of a DLL in the /dll folder if you want to perform the tests quickly, before using, compile the dll as shown previously