CreateProcess
This project demonstrates the usage of the Windows CreateProcess API to spawn new processes programmatically.
⬇️ Download
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:
Installation
- Clone the repository
- Navigate to the project directory
- Run
cargo build
to compile the project
Usage
- Build the project using Cargo:
- Run the executable:
./target/release/createprocess.exe
Author
@5mukx