# CreateProcess This project demonstrates the usage of the Windows CreateProcess API to spawn new processes programmatically. [⬇️ Download](https://download.5mukx.site/#/home?url=https://github.com/Whitecat18/Rust-for-Malware-Development/tree/main/Process/createprocess) ## Features - Process creation using Windows API CreateProcessW - Demonstrates process and thread information retrieval - Uses Windows API for process manipulation - Shows process and thread handle management ## Requirements - Rust toolchain - Required dependencies: - winapi ## Installation 1. Clone the repository 2. Navigate to the project directory 3. Run `cargo build` to compile the project ## Usage 1. Build the project using Cargo: ```bash cargo build --release ``` 2. Run the executable: ```bash ./target/release/createprocess.exe ``` ## Author [@5mukx](https://x.com/5mukx)