Effective Seed Scheduling for Fuzzing with Graph Centrality Analysis
Effective Seed Scheduling for Fuzzing with Graph Centrality Analysis
Seed scheduling, the order in which seeds are selected, can greatly affect the performance of a fuzzer. Existing approaches schedule seeds based on their historical mutation data, but ignore the structure of the underlying Control Flow Graph (CFG). Examining the CFG can help seed scheduling by revealing the potential edge …