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
965 B
965 B
Process Fiber
Process Fiber demonstrates the usage of Windows fibers for lightweight thread-like execution contexts within a process.
Features
- Process execution using Windows Fiber API
- Shellcode execution demonstration
- Uses Windows API for fiber manipulation
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/process_fiber.exe