fuzzbench icon indicating copy to clipboard operation
fuzzbench copied to clipboard

AFLChurn++ Experiment

Open Dammo3 opened this issue 1 year ago • 6 comments

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

Dammo3 avatar Aug 04 '24 01:08 Dammo3

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.

google-cla[bot] avatar Aug 04 '24 01:08 google-cla[bot]

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.

DonggeLiu avatar Aug 06 '24 01:08 DonggeLiu

/gcbrun run_experiment.py -a --experiment-config /opt/fuzzbench/service/experiment-config.yaml --experiment-name 2024-08-07-aflchurnplusplus --fuzzers afl aflplusplus aflchurnplusplus

Dammo3 avatar Aug 07 '24 00:08 Dammo3

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.

DonggeLiu avatar Aug 07 '24 04:08 DonggeLiu

Experiment 2024-08-07-aflchurnplusplus data and results will be available later at: The experiment data. The experiment report(experimental).

DonggeLiu avatar Aug 07 '24 04:08 DonggeLiu

/gcbrun run_experiment.py -a --experiment-config /opt/fuzzbench/service/experiment-config.yaml --experiment-name 2024-08-07-aflchurnplusplus --fuzzers aflchurnplusplus

DonggeLiu avatar Aug 07 '24 04:08 DonggeLiu