-
Notifications
You must be signed in to change notification settings - Fork 277
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
Minimize Corpus Seed #2064
base: master
Are you sure you want to change the base?
Minimize Corpus Seed #2064
Conversation
Sorry about the delay, @ardier. |
/gcbrun run_experiment.py -a --experiment-config /opt/fuzzbench/service/experiment-config.yaml --experiment-name 2025-01-22-freetype2_ftfuzzer-mutants --fuzzers afl aflplusplus libfuzzer --benchmarks freetype2_ftfuzzer |
Hi @DonggeLiu. Is there a way to access the logs?
But, apart from that, it looks like a similar experiment. I'd appreciate any insight you could provide on this. |
Wait I just noticed that the experiment did not run because the name is invalid:
A better name could be
Fuzzer logs can be accessed from the experiment data dir (https://storage.googleapis.com/fuzzbench-data/index.html?prefix=/) Cloud logs cannot be publicly accessed unfortunately, a possible workaround is writing FuzzBench logs to your fuzzer log (I have not tested this though). |
/gcbrun run_experiment.py -a --experiment-config /opt/fuzzbench/service/experiment-config.yaml --experiment-name 2025-01-22-freetype2-mts --fuzzers afl aflplusplus libfuzzer --benchmarks freetype2_ftfuzzer |
Hello. I am not able to see the output of the experiment (presumably it failed again). Could you please check again? |
Re-opening this experiment after minor correction.
This experiment builds on our previous using the freetype2 benchmark with a custom seed corpus.
Please run the following command to run the experiment:
/gcbrun run_experiment.py -a --experiment-config /opt/fuzzbench/service/experiment-config.yaml --experiment-name 2025-01-01-freetype2_ftfuzzer-mutants --fuzzers afl aflplusplus libfuzzer --benchmarks freetype2_ftfuzzer
@DonggeLiu @jonathanmetzman Could you please have a look?
Thank you kindly in advance.