Rust-for-Malware-Development

CreateProcess

This project demonstrates the usage of the Windows CreateProcess API to spawn new processes programmatically.

⬇️ Download

Features

Requirements

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:
    cargo build --release
    
  2. Run the executable:
    ./target/release/createprocess.exe
    

Author

@5mukx