Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 888 Bytes

File metadata and controls

36 lines (27 loc) · 888 Bytes

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