AFLChurn++ Experiment
Hi,
I have added two fuzzers: AFLChurn and AFLChurn++
AFLChurn is built off AFL, and AFLChurn++ is built of AFL++, so I've pretty much copied the respective integration files
I haven't been able to successfully test them locally so at the moment I'm just hoping the CI can help me identify any issues
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
View this failed invocation of the CLA check for more information.
For the most up to date status, view the checks section at the bottom of the pull request.
Hi @Dammo3, I've enabled the CIs. If them look good to you and you'd like to run an experiment, could you please leave a comment on your experiment command, e.g.:
/gcbrun run_experiment.py -a --experiment-config /opt/fuzzbench/service/experiment-config.yaml --experiment-name <date-exp-name> --fuzzers <fuzzers> --benchmarks <benchmarks>
E.g.,
/gcbrun run_experiment.py -a --experiment-config /opt/fuzzbench/service/experiment-config.yaml --experiment-name 2024-08-06-aflchurn --fuzzers aflchurn aflchurnplusplus --benchmarks bloaty_fuzz_target
More details of the args can be found here.
/gcbrun run_experiment.py -a --experiment-config /opt/fuzzbench/service/experiment-config.yaml --experiment-name 2024-08-07-aflchurnplusplus --fuzzers afl aflplusplus aflchurnplusplus
Just a minor note: There is no need to include the baseline fuzzers in the experiment request, because FuzzBench will automatically merge their recent results in your report.
Experiment 2024-08-07-aflchurnplusplus data and results will be available later at:
The experiment data.
The experiment report(experimental).
/gcbrun run_experiment.py -a --experiment-config /opt/fuzzbench/service/experiment-config.yaml --experiment-name 2024-08-07-aflchurnplusplus --fuzzers aflchurnplusplus