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 --releaseIf you are using a different operating system, you can use rustup and add the windows architecture:
rustup target add x86_64-pc-windows-gnuThen compile specifying the architecture:
cargo build --release --target x86_64-pc-windows-gnuYou can run with cargo run or the compiled binary directly:
cargo runtarget/release/processinjection.exe