-
Notifications
You must be signed in to change notification settings - Fork 275
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
Fox experiment #1957
base: master
Are you sure you want to change the base?
Fox experiment #1957
Conversation
@DonggeLiu Just wanted to do a quick check-in and see when the above experiment could be run and if there is anything else needed from my end, thanks! :) |
Thanks for the reminder @prashast and sorry about missing the PR. Please always feel free to @ me in all experiment requests : ) |
@DonggeLiu Yeah sure, Wed (Mar 6) works for me, thanks! |
The migration is taking a bit longer than expected. For now, I've enabled CIs to capture potential fuzzer-benchmark compatibility issues (if any) : ) |
All good, thanks for the update! |
Hi Dongge, I looked at the CI failures and they were emitted from BandFuzz (a SBFT'24 fuzzer) being run. Looking at the logs, the docker image they had used in the competition is no longer public so it can't be pulled. Do you think we can only re-run
Is it possible to do a CI run just for |
/gcbrun run_experiment.py -a --experiment-config /opt/fuzzbench/service/experiment-config.yaml --experiment-name 2024-03-11-fox-eval-update --fuzzers fox |
Experiment |
FuzzBench should be able to merge the previous results of core fuzzers into the report and compare them with yours. Alternatively, at the end of each report is a link to download the raw data ( We can also re-run experiment with the fuzzers, the main problems are:
Please let me know which one you would prefer : ) |
Hi, we want to reevaluate an optimized reconfiguration of Fox, comparing it against aflplusplus, libafl, and the other SBFT'24 fuzzers as well, if possible. I've added the relevant SBFT'24 fuzzers in my PR along with a dummy comment and would appreciate it if the below-specified experiment could be run. The command to run the experiment is:
As a note, I know the other candidate fuzzers we are comparing our updated version of Fox against have previously been run on the fuzzbench set, so if you think merging the results that we will get for the updated Fox as part of the current experiment with the previous experimental results of these candidate fuzzers on fuzzbench will be easier, that'll be fine with us too.