awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 dépôts

Awesome GitHub RepositoriesDictionary-Based Mutations

Using predefined sets of keywords or magic tokens to guide the mutation of complex file formats.

Distinct from Entry Mutations: Candidates refer to data structure dictionaries or state mutations in UI/DB contexts, not fuzzer mutation strategies.

Explore 3 awesome GitHub repositories matching security & cryptography · Dictionary-Based Mutations. Refine with filters or upvote what's useful.

Awesome Dictionary-Based Mutations GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • google/clusterfuzzAvatar de google

    google/clusterfuzz

    5,574Voir sur GitHub↗

    ClusterFuzz is an automated platform that runs coverage-guided fuzzers at scale to find security and stability bugs in software. It orchestrates libFuzzer and AFL++ across distributed clusters of worker bots, collecting coverage feedback to guide input mutation and discover crashes. The platform provides a web-based dashboard for configuring fuzzing jobs, monitoring progress, and inspecting crash reports, with role-based access control to restrict sensitive features. The system automates the full fuzzing lifecycle, from build pipeline integration and corpus management to crash triage and bug

    Uses predefined token dictionaries to guide mutation of structured input formats during fuzzing.

    Pythonfuzzingsecuritystability
    Voir sur GitHub↗5,574
  • google/aflAvatar de google

    google/AFL

    4,064Voir sur GitHub↗

    AFL is a coverage-guided fuzzer and security vulnerability scanner used to identify software bugs and memory corruption by feeding programs mutated data. It functions as a binary instrumentation tool and a test case minimizer to locate crashes and isolate the smallest set of bytes causing a fault. The project distinguishes itself through its ability to operate as a parallel fuzzing orchestrator, distributing workloads across multiple CPU cores or networked machines. It utilizes dictionary-based mutation for complex file formats and performs input sensitivity analysis to identify critical sect

    Improves mutation efficiency for complex file formats by using specific keywords or magic tokens as seeds.

    C
    Voir sur GitHub↗4,064
  • google/fuzzingAvatar de google

    google/fuzzing

    3,772Voir sur 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

    Demonstrates how to use predefined dictionaries of tokens to bypass complex validation checks in target applications.

    C++
    Voir sur GitHub↗3,772
  1. Home
  2. Security & Cryptography
  3. Dictionary-Based Mutations