AFLplusplus / LibAFL

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

Reducing type parameters and bounds from Scheduler #2544

Closed tokatoka closed 1 month ago

tokatoka commented 1 month ago

Basically same as addison's work in https://github.com/AFLplusplus/LibAFL/pull/2438

But I made trait Scheduler not to have OT, as it is only required for power schedules

domenukk commented 1 month ago

This broke a lot of fuzzers