AFLplusplus/LibAFL

Restart after n target executions, instead of n fuzz_loops

開放

#834 建立於 2022年10月13日

 (2 則留言) (0 個反應) (0 位負責人)Rust (479 個分叉)github user discovery
enhancementhelp wanted

倉庫指標

星標
 (2,621 顆星)
PR 合併指標
 (平均合併 17天 22小時) (30 天內合併 10 個 PR)

描述

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.

貢獻者指南