-
Notifications
You must be signed in to change notification settings - Fork 270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding KFuzz and requesting an experiment #2050
base: master
Are you sure you want to change the base?
Conversation
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?
|
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 |
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.
|
/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!
|
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 |
Hi @DonggeLiu, It seems that 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 |
Hi @DonggeLiu, 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 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. |
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 |
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 |
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!