-
Notifications
You must be signed in to change notification settings - Fork 278
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 a new fuzzer #2069
base: master
Are you sure you want to change the base?
Adding a new fuzzer #2069
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. |
Hi @DonggeLiu, can you help me on running an experiment on a new fuzzer? First time using fuzz bench. |
Hi @fEst1ck, we are very happy to run experiments for you. Some minor issues before I can launch the experiment:
Thanks! |
Hi @DonggeLiu, thanks for the quick reply! I've made the suggested changes. The command to run the experiment should be
|
Nice! Thanks for addressing this promptly. I will run the experiment below.
|
/gcbrun run_experiment.py -a --experiment-config /opt/fuzzbench/service/experiment-config.yaml --experiment-name 2025-01-23-path_afl --fuzzers path_afl |
I noticed the CI immediately failed because of linter warnings. I've fixed that now (checked with
|
We don't mind minor linter warnings either because we no longer to have merge the fuzzer before running experiments : ) Please ignore the False-negative CI failures from The
I will fix and re-run the command below. |
/gcbrun run_experiment.py -a --experiment-config /opt/fuzzbench/service/experiment-config.yaml --experiment-name 2025-01-23-path-afl --fuzzers path_afl |
Experiment |
The result is still not available after 24 hours. Wonder if this is normal? @DonggeLiu |
Integrated a new fuzzer and added a experiment request.