1 repositorio
Technical references for implementing diverse fuzzing strategies across different targets like binaries and kernels.
Distinct from Coverage-Guided Fuzzing: Distinct from Coverage-Guided Fuzzing: covers a broader spectrum of implementations, including hybrid and structure-aware approaches.
Explore 1 awesome GitHub repository matching security & cryptography · Fuzzing Implementation Guides. Refine with filters or upvote what's useful.
This project is a comprehensive software fuzzing knowledge base and technical guide designed for discovering software bugs and vulnerabilities. It serves as a resource for implementing coverage-guided, structure-aware, and hybrid fuzzing across various targets, including compiled binaries and hardware kernels. The resource provides specialized guidance on using grammars and defined data formats to generate syntactically valid inputs for complex APIs. It also details methods for combining grey-box fuzzing with symbolic execution to reach deep execution paths and utilizes binary instrumentation
Provides a technical reference for implementing structure-aware, hybrid, and continuous fuzzing.