-
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 cmplog ctx experiment #1909
Conversation
this one is ready |
@alan32liu |
/gcbrun run_experiment.py -a --experiment-config /opt/fuzzbench/service/experiment-config.yaml --experiment-name 2023-10-25-libafl --fuzzers libafl libafl_cmplog_ctx |
Experiment |
Thanks. @alan32liu In the last week's commit we adopted the cmplog ctx and changed the hash we use for writing into cmplog map. Could you run another experiment for the fuzzer?
|
/gcbrun run_experiment.py -a --experiment-config /opt/fuzzbench/service/experiment-config.yaml --experiment-name 2023-11-03-libafl --fuzzers libafl_cmplog_ctx |
Experiment |
thanks for the experiment |
Hi.
We'd like to do an experiment for a new feature "ctx sensitive cmplog" on libafl to compare if it will improve.
Basically it records the context of the function calls, but hashs this context together when writing cmp values into the cmplog map.
I also chose to use llvm-16 to make the most of the LLVM Pass
The command would be