-
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
LibAFL Saturation Experiment. #1984
Conversation
The command is
|
Sure! It's actually 23 hours : ) Experiment |
/gcbrun run_experiment.py -a --experiment-config /opt/fuzzbench/service/experiment-config.yaml --experiment-name 2024-05-12-libafl --fuzzers libafl_saturation |
looks like it is not built. was something wrong? |
nevermind 😅 |
Hello @DonggeLiu |
Sure! @jonathanmetzman please let us know if I missed anything. |
done
yeah i'm interested to see that too :) |
Sorry that this took so long, @jonathanmetzman and I were extremely busy last week. BTW, may I know which baseline fuzzers you are interested in comparing against? |
i'd like to see,
please! |
This comment was marked as outdated.
This comment was marked as outdated.
Experiment |
Hi @tokatoka, while we are waiting for the base fuzzers experiment, would you like to run yours in parallel? |
/gcbrun run_experiment.py -a --experiment-config /opt/fuzzbench/service/experiment-config.yaml --experiment-name 2024-05-22-bases --fuzzers afl aflfast aflplusplus centipede libafl libfuzzer |
For me I can wait, and it's better for me to see the combined results |
It seems they are stuck after 35 hours..? |
but well it's fine.. |
Sorry I was traveling this week and did not check emails frequently.
We might have to understand why it stuck first. |
I can see a lot of errors related to requesting metadata, maybe they are related?
|
Is there anything that I can help? 😃 |
/gcbrun run_experiment.py -a --experiment-config /opt/fuzzbench/service/experiment-config.yaml --experiment-name 2024-06-04-bases --fuzzers afl |
@jonathanmetzman, gentle ping : ) I suspect that this is the measurement bottleneck again, probably due to the experiment doubles the time? Experiment For me to copy and paste later:
|
Hi @tokatoka Thanks for the waiting. We can merge the statistics later manually, I don't think we can get unique coverage for each fuzzer this way, but it should be able to give us overall coverage info as usual. |
/gcbrun run_experiment.py -a --experiment-config /opt/fuzzbench/service/experiment-config.yaml --experiment-name 2024-06-07-bases-aflfast --fuzzers aflfast |
/gcbrun run_experiment.py -a --experiment-config /opt/fuzzbench/service/experiment-config.yaml --experiment-name 2024-06-07-bases-aflpp --fuzzers aflplusplus |
/gcbrun run_experiment.py -a --experiment-config /opt/fuzzbench/service/experiment-config.yaml --experiment-name 2024-05-22-bases-centipede --fuzzers centipede |
/gcbrun run_experiment.py -a --experiment-config /opt/fuzzbench/service/experiment-config.yaml --experiment-name 2024-06-07-bases-libaf --fuzzers libafl |
/gcbrun run_experiment.py -a --experiment-config /opt/fuzzbench/service/experiment-config.yaml --experiment-name 2024-06-07-bases-libfuzzer --fuzzers libfuzzer |
Experiment Experiment Experiment Experiment Experiment |
/gcbrun run_experiment.py -a --experiment-config /opt/fuzzbench/service/experiment-config.yaml --experiment-name 2024-06-07-bases-libfuzzer --fuzzers libfuzzer |
@DonggeLiu |
Sure, I presume this is the right fuzzer?
|
BTW, I noticed that the |
Yes that's it.
No that is not important so i don't need extra experiment for aflpp Thank you @DonggeLiu |
/gcbrun run_experiment.py -a --experiment-config /opt/fuzzbench/service/experiment-config.yaml --experiment-name 2024-06-13-libafl-sat --fuzzers libafl_saturation |
Thanks for the confirmation and waiting, @tokatoka. |
Thank you 👍 |
Hi @DonggeLiu
This is the longer fuzzer experiment that I was talking about last month.
For now can we check if this fuzzer stands the 24 hours run?