google / fuzzbench

FuzzBench - Fuzzer benchmarking as a service.
https://google.github.io/fuzzbench/
Apache License 2.0
1.09k stars 266 forks source link

New scheduling algorithm for LibAFL #1975

Closed tokatoka closed 5 months ago

tokatoka commented 5 months ago

We want to test a new scheduling algorithm that gives less priority to the testcases that discovered crashes.

The command is

/gcbrun run_experiment.py -a --experiment-config /opt/fuzzbench/service/experiment-config.yaml --experiment-name 2024-04-24-libafl --fuzzers libafl libafl_penalize
tokatoka commented 5 months ago

@DonggeLiu Can you run this experiment? Thanks

DonggeLiu commented 5 months ago

/gcbrun run_experiment.py -a --experiment-config /opt/fuzzbench/service/experiment-config.yaml --experiment-name 2024-04-30-libafl --fuzzers libafl libafl_penalize

DonggeLiu commented 5 months ago

@DonggeLiu Can you run this experiment? Thanks

Absolutely! Sorry about the delay, please always feel free to ping me if I missed the request.

It appears you forgot to modify service/gcbrun_experiment.py, though : ) Here is a quick example. Thanks!

tokatoka commented 5 months ago

Sorry i always forget that.

Fixed it now!

DonggeLiu commented 5 months ago

/gcbrun run_experiment.py -a --experiment-config /opt/fuzzbench/service/experiment-config.yaml --experiment-name 2024-05-02-libafl --fuzzers libafl libafl_penalize

tokatoka commented 5 months ago

Thank you!