fuzzbench
fuzzbench copied to clipboard
Adding KFuzz and requesting an experiment
Hi @DonggeLiu,
I've just added a new fuzzer, KFuzz, to FuzzBench. Could you assist me in running an experiment to test it?
Thank you!
/gcbrun run_experiment.py -a --experiment-config /opt/fuzzbench/service/experiment-config.yaml --experiment-name 2024-10-10-kfuzz --fuzzers kfuzz
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.
/gcbrun run_experiment.py -a --experiment-config /opt/fuzzbench/service/experiment-config.yaml --experiment-name 2024-10-11-kfuzz --fuzzers kfuzz
Hi @DonggeLiu,
I found KFuzz encountered some bugs while fuzzing certain parts of the programs and I have successfully fixed them.
Could you help me run the experiment again?
/gcbrun run_experiment.py -a --experiment-config /opt/fuzzbench/service/experiment-config.yaml --experiment-name 2024-10-11-kfuzz-1 --fuzzers kfuzz
Hi @DonggeLiu,
Could you please help me run the experiment? Thank you!
/gcbrun run_experiment.py -a --experiment-config /opt/fuzzbench/service/experiment-config.yaml --experiment-name 2024-10-14-kfuzz --fuzzers kfuzz
/gcbrun run_experiment.py -a --experiment-config /opt/fuzzbench/service/experiment-config.yaml --experiment-name 2024-10-14-kfuzz --fuzzers kfuzz
Hi @DonggeLiu ,
Thank you for your help! Fuzzbench is a nice work!
Based on the current results, I have found that my tool performs well on some programs but struggles with others. As a result, I redesigned certain scheduling strategies and achieved promising outcomes in local experiments.
- I have got some useful information from the previous experiment. I think it can be stopped to avoid wasting computing resource.
- Could you please help me run the experiment for KFuzz using the modified strategy?
/gcbrun run_experiment.py -a --experiment-config /opt/fuzzbench/service/experiment-config.yaml --experiment-name 2024-10-14-kfuzz-1 --fuzzers kfuzz
/gcbrun run_experiment.py -a --experiment-config /opt/fuzzbench/service/experiment-config.yaml --experiment-name 2024-10-14-kfuzz-1 --fuzzers kfuzz
Hi @DonggeLiu ,
I have updated the strategies, could you please help me run a new experiment to test it?
Thank you!
/gcbrun run_experiment.py -a --experiment-config /opt/fuzzbench/service/experiment-config.yaml --experiment-name 2024-10-18-kfuzz --fuzzers kfuzz
Heads up, I'm not a maintainer of this project :sweat_smile:
Heads up, I'm not a maintainer of this project 😅
I am sorry to bother you ~
/gcbrun run_experiment.py -a --experiment-config /opt/fuzzbench/service/experiment-config.yaml --experiment-name 2024-10-21-kfuzz --fuzzers kfuzz
Hi @DonggeLiu,
I just added four fuzzers to perform a comparison experiment. could you please help me run a new experiment?
Thank you!
/gcbrun run_experiment.py -a --experiment-config /opt/fuzzbench/service/experiment-config.yaml --experiment-name 2024-10-22-aflpp-cmp --fuzzers aflplusplus_mopt kfuzz_mopt aflplusplus_aflfast kfuzz_aflfast
/gcbrun run_experiment.py -a --experiment-config /opt/fuzzbench/service/experiment-config.yaml --experiment-name 2024-10-22-aflpp-cmp --fuzzers aflplusplus_mopt kfuzz_mopt aflplusplus_aflfast kfuzz_aflfast
Hi @DonggeLiu,
It seems that 2024-10-22-aflpp-cmp has failed during the gcr.io/fuzzbench/experiment-runner step. I don’t have permission to access the error details. Could you please help me check it?
Thank you!
It seems that
2024-10-22-aflpp-cmphas failed during thegcr.io/fuzzbench/experiment-runnerstep. I don’t have permission to access the error details. Could you please help me check it?
This appears to be due to insufficient resource:
Let me re-run the experiment, and if it fails, could you please change this line to us-central1-a?
Thanks
https://github.com/google/fuzzbench/blob/4f2d7ccbb1e194de34345201ea5793d6f4e507f1/service/experiment-config.yaml#L9
/gcbrun run_experiment.py -a --experiment-config /opt/fuzzbench/service/experiment-config.yaml --experiment-name 2024-10-22-aflpp-cmp --fuzzers aflplusplus_mopt kfuzz_mopt aflplusplus_aflfast kfuzz_aflfast
Hi @DonggeLiu,
It seems that the experiment still hasn't run. I've already updated the settings.
/gcbrun run_experiment.py -a --experiment-config /opt/fuzzbench/service/experiment-config.yaml --experiment-name 2024-10-22-aflpp-cmp-1 --fuzzers aflplusplus_mopt kfuzz_mopt aflplusplus_aflfast kfuzz_aflfast
It seems that the experiment still hasn't run. I've already updated the settings.
Strange, I found the The experiment data is created, but only contains input/.
The gcbrun page shows success too.
Cloud log did not show anything about the new exp either.
I will start a new exp just in case.
/gcbrun run_experiment.py -a --experiment-config /opt/fuzzbench/service/experiment-config.yaml --experiment-name 2024-10-22-aflpp-cmp-1 --fuzzers aflplusplus_mopt kfuzz_mopt aflplusplus_aflfast kfuzz_aflfast
Hi @DonggeLiu,
It’s strange—the experiment ran successfully (2024-10-22-aflpp-cmp-1), but no report was generated. Could you please have a look?
Thank you!
Yep I saw many errors when generating coverage reports.
This error happened elsewhere before and keeps bothering us occasionally. We don't have the manpower to fix this at the moment, unfortunately.
I don't think it is caused by your fuzzers given this PR had many successful results. But if you think reverting some of your commits can mitigate this, I am happy to run more experiments to test if FuzzBench can generate reports for you. Sadly I won't be able to debug this error given I will be traveling for 2 weeks from tomorrow.
Sadly I won't be able to debug this error given I will be traveling for 2 weeks from tomorrow.
Thank you for your response! If I need to run experiments in the next two weeks, who should I contact? Lastly, I wish you a pleasant holiday!
Hi @DonggeLiu,
I have updated the strategies, could you please help me run a new experiment to test it?
Thank you!
/gcbrun run_experiment.py -a --experiment-config /opt/fuzzbench/service/experiment-config.yaml --experiment-name 2024-11-18-kv1 --fuzzers aflplusplus_dev kfuzz
/gcbrun run_experiment.py -a --experiment-config /opt/fuzzbench/service/experiment-config.yaml --experiment-name 2024-11-18-kv1 --fuzzers aflplusplus_dev kfuzz
Hi @DonggeLiu,
I want to run another version of my method. Could you please help me run it?
Thank you!
/gcbrun run_experiment.py -a --experiment-config /opt/fuzzbench/service/experiment-config.yaml --experiment-name 2024-11-19-kv1 --fuzzers kfuzz
/gcbrun run_experiment.py -a --experiment-config /opt/fuzzbench/service/experiment-config.yaml --experiment-name 2024-11-19-kv1 --fuzzers kfuzz