| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
The pull request adds a lot of unneeded build files so it's impossible to review as is. But in any case, it sounds like this should be a fork rather than merged into WinAFL repo. |
Sorry, something went wrong.
|
Hi @ifratric, OMG my bad and apologies for the noise in the initial push! A local CMake/MSBuild run generated build outputs directly in the root directory, which accidentally got staged by .gitignore. I've updated the .gitignore, purged all build artifacts, and force-pushed a clean single commit containing only the source code modifications, CUDA device kernels, documentation, and tooling scripts. 19 files total. Thanks for the feedback! Happy to create another PR. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Hi,
I started this in 2025 to speed up my fuzzing and got it stable enough to share it with the community.
Summary
This introduces Hardware-Accelerated CUDA GPU Mutation Offloading (Tier 1 GPU Havoc Engine) to WinAFL, enabling massive parallel input generation on NVIDIA GPUs while leaving CPU cores free for target execution and instrumentation tracing (DynamoRIO, Intel PT, TinyInst).
Contributed by Elias Ibrahim (elie.ibrahim@gmail.com), July 2026.
Key Architectural Features
Command Line Flags & Configuration
Example: