This repository is a proof of concept for performing Process Injection attacks using the Rust language
First perform the compilation with the command:
cargo build --release
If you are using a different operating system, you can use rustup and add the windows architecture:
rustup target add x86_64-pc-windows-gnu
Then compile specifying the architecture:
cargo build --release --target x86_64-pc-windows-gnu
You can run with cargo run or the compiled binary directly:
cargo run
target/release/processinjection.exe