Files
Whitecat18 28e7fac1d3 Upload
Rust-for-Malware-Development is an collection of proof of concepts with techniques and advanced evasion methods
2026-06-06 14:53:10 +05:30

36 lines
888 B
Markdown

# 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)