AFLplusplus / AFLplusplus/LibAFL
Restart after n target executions, instead of n fuzz_loops
未关闭
enhancement
help wanted
- 主要语言
- Rust
- 星标
- 2.6k
- 派生
- 481
- 平均合并
- 2 天 30 分钟
- 30 天内合并 PR
- 16
描述
So far, we have the option to restart an InProcess target after n rounds of fuzzing.
This means, however, that the number of target executions per round potentially grows after more testcases have been added to the corpus.
Instead, we should offer the option to restart after a fixed amount of iterations, to make sure targets leaking memory won't explode over time.
This could either be done by counting executions in the harness, and raising a signal accordingly (not taking it as objective), or by counting outside of the executor and retuning from the current stage.
贡献指南
评估
这个 Issue 还没有评估数据。