mirror of
https://codeberg.org/smukx/Rust-for-Malware-Development
synced 2026-06-06 20:22:59 +00:00
28e7fac1d3
Rust-for-Malware-Development is an collection of proof of concepts with techniques and advanced evasion methods
888 B
888 B
CreateProcess
This project demonstrates the usage of the Windows CreateProcess API to spawn new processes programmatically.
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
- Clone the repository
- Navigate to the project directory
- Run
cargo buildto compile the project
Usage
-
Build the project using Cargo:
cargo build --release -
Run the executable:
./target/release/createprocess.exe