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

888 B

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:
    • 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:

    cargo build --release
    
  2. Run the executable:

    ./target/release/createprocess.exe
    

Author

@5mukx