2 Repos
Applies dynamic binary instrumentation or emulation to fuzz programs without source code.
Distinct from Binary Fuzzing: Distinct from Binary Fuzzing: focuses on the framework aspect for binary-only targets, not just the act of fuzzing binaries.
Explore 2 awesome GitHub repositories matching security & cryptography · Binary-Only Fuzzing Frameworks. Refine with filters or upvote what's useful.
AFL++ is a coverage-guided fuzzing framework that discovers crashes and hangs in software by mutating inputs while tracking which code paths are exercised. It functions as both a fuzzing engine and a campaign manager, supporting targets with or without source code through compile-time instrumentation, dynamic binary instrumentation, and emulation. The framework includes tools for crash triage and analysis, test case minimization, and campaign deployment across local or distributed environments. The framework distinguishes itself through its breadth of instrumentation backends, allowing users
Applies dynamic binary instrumentation or emulation to fuzz programs without source code.
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
Offers frameworks for performing coverage-guided fuzzing on binaries using emulation or static rewriting.