This project demonstrates the usage of the Windows CreateProcess API to spawn new processes programmatically.
- Process creation using Windows API CreateProcessW
- Demonstrates process and thread information retrieval
- Uses Windows API for process manipulation
- Shows process and thread handle management
- Rust toolchain
- Required dependencies:
- winapi
- Clone the repository
- Navigate to the project directory
- Run
cargo build
to compile the project
-
Build the project using Cargo:
cargo build --release
-
Run the executable:
./target/release/createprocess.exe