1 repositorio
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.
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.