awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesStatic Binary Rewritings

Rewrites x86-64 or arm64 binaries statically to insert instrumentation for near-compiler-level fuzzing performance.

Distinct from Binary Fuzzing: Distinct from Binary Fuzzing: focuses on the rewriting technique to add instrumentation, not just executing binaries with mutated inputs.

Explore 1 awesome GitHub repository matching security & cryptography · Static Binary Rewritings. Refine with filters or upvote what's useful.

Awesome Static Binary Rewritings GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • aflplusplus/aflplusplusAvatar de AFLplusplus

    AFLplusplus/AFLplusplus

    6,605Ver en 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

    Rewrites x86-64 or arm64 binaries statically to insert instrumentation for near-compiler-level fuzzing performance.

    C
    Ver en GitHub↗6,605
  1. Home
  2. Security & Cryptography
  3. Binary Fuzzing
  4. Static Binary Rewritings