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
..
2026-06-06 14:53:10 +05:30
2026-06-06 14:53:10 +05:30
2026-06-06 14:53:10 +05:30

Process Fiber

Process Fiber demonstrates the usage of Windows fibers for lightweight thread-like execution contexts within a process.

⬇️ Download

Features

  • Process execution using Windows Fiber API
  • Shellcode execution demonstration
  • Uses Windows API for fiber manipulation

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/process_fiber.exe
    

Credits and Resources

@5mukx

References