LibAFL
LibAFL copied to clipboard
Introduce API to exit on `n` target executions
API to restart every n target executions more or less precisely.
Would require changes to State, Stages, Executor and probably Fuzzer.
this will cause some overheads to the stages if we want to check the exec count everytime.
there's already a duplicate issue