Contact: Instagram: 0x.ans
____ _ _ __
/ __ \(_)___ (_)__ _____/ /_____ _____
/ /_/ / / __ \ / / _ \/ ___/ __/ __ \/ ___/
/ ____/ / / / / / / __/ /__/ /_/ /_/ / /
/_/ /_/_/ /_/_/ /\___/\___/\__/\____/_/
/___/ @0xans
This Rust tool made for injecting shellcode into processes on Windows.
- Rust (stable toolchain)
- Windows environment
cargo
package manager
- Clone the repository:
git clone https://github.com/0xans/process-injector.git
- Go to the project directory:
cd process-injector
- Build:
cargo build --release --target x86_64-pc-windows-gnu
Run the injector by specifying the target process and the shellcode file:
./injector.exe -p <PID> -s <shellcode_file>
-p
,--pid
: The target PID for injection.-s
,--shellcode
: The path to the shellcode file (binary format).
To inject shellcode into a target process with PID 1234
:
./injector.exe -p 1234 -s ./shellcode.bin
For any questions or issues, reach out to me on Instagram: 0x.ans.