awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesBinary-Only Fuzzing Frameworks

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.

Awesome Binary-Only Fuzzing Frameworks GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • aflplusplus/aflplusplusAFLplusplus 的头像

    AFLplusplus/AFLplusplus

    6,605在 GitHub 上查看↗

    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.

    C
    在 GitHub 上查看↗6,605
  • google/fuzzinggoogle 的头像

    google/fuzzing

    3,772在 GitHub 上查看↗

    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.

    C++
    在 GitHub 上查看↗3,772
  1. Home
  2. Security & Cryptography
  3. Binary Fuzzing
  4. Binary-Only Fuzzing Frameworks