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:
Installation
- Clone the repository
- Navigate to the project directory
- Run
cargo build
to compile the project
Usage
- Build the project using Cargo:
- Run the executable:
./target/release/process_fiber.exe
Credits and Resources
@5mukx
References
- https://www.ired.team/offensive-security/code-injection-process-injection/executing-shellcode-with-createfiber