AFLplusplus / LibAFL

Advanced Fuzzing Library - Slot your Fuzzer together in Rust! Scales across cores and machines. For Windows, Android, MacOS, Linux, no_std, ...
Other
1.99k stars 306 forks source link

Introduce API to exit on `n` target executions #2324

Open R9295 opened 3 months ago

R9295 commented 3 months ago

API to restart every n target executions more or less precisely.

Would require changes to State, Stages, Executor and probably Fuzzer.

tokatoka commented 3 months ago

this will cause some overheads to the stages if we want to check the exec count everytime.