awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesFuzzer Instance Synchronizations

Coordinates multiple fuzzer processes by periodically sharing coverage bitmaps and test case queues.

Distinct from Shared-Memory Coverage Bitmaps: Distinct from Shared-Memory Coverage Bitmaps: focuses on synchronizing fuzzer instances, not just shared memory tracking.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Fuzzer Instance Synchronizations. Refine with filters or upvote what's useful.

Awesome Fuzzer Instance Synchronizations GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • aflplusplus/aflplusplusAvatar von AFLplusplus

    AFLplusplus/AFLplusplus

    6,605Auf GitHub ansehen↗

    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

    Coordinates multiple fuzzer instances by sharing coverage bitmaps and test case queues across processes.

    C
    Auf GitHub ansehen↗6,605
  1. Home
  2. Operating Systems & Systems Programming
  3. Shared-Memory Coverage Bitmaps
  4. Fuzzer Instance Synchronizations