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 RepositoriesInput Sensitivity Analysis

Identifying critical bytes in an input file by observing behavioral changes after bit-flipping.

Distinct from Sensitivity Analysis: Existing sensitivity analysis candidates refer to AI model performance, not binary input behavior.

Explore 1 awesome GitHub repository matching security & cryptography · Input Sensitivity Analysis. Refine with filters or upvote what's useful.

Awesome Input Sensitivity Analysis GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • google/aflAvatar de google

    google/AFL

    4,064Ver en 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

    Identifies critical sections of input files by flipping bytes and observing changes in program behavior.

    C
    Ver en GitHub↗4,064
  1. Home
  2. Security & Cryptography
  3. Input Sensitivity Analysis