fuzzbench
fuzzbench copied to clipboard
FuzzBench - Fuzzer benchmarking as a service.
We are trying to improve AFL++'s performance on proj4_proj_crs_to_crs_fuzzer. We have created two improved versions that have been initially verified on our local experiment, and we would like to further...
Test exp
The symcc-* fuzzers all fail to build yielding compilation faults like ``` 148.4 /symcc/compiler/Symbolizer.h:209:11: error: no member named 'getInt8PtrTy' in 'llvm::IntegerType'; did you mean 'llvm::IRBuilderBase::getIntPtrTy'? 148.4 209 | llvm::IntegerType::getInt8PtrTy(V->getContext())); 148.4...
What is the current situation regarding project maintenance? It seems that fuzzbench has not had any new commits for a long time. A few issues I am aware of: -...
- Updated libfuzzer and LLVM to 19 version - Old LLVM remains for compatibility - MC/DC format of report
FuzzBench currently lacks support for Measuring Modified Condition/Decision Coverage (MC/DC). It is a crucial metric for evaluating fuzzers targeting safety-critical industries. https://llvm.org/devmtg/2022-11/slides/TechTalk4-MCDC-EnablingSafetyCriticalCodeCoverage.pdf
This pull request updates the FuzzBench documentation to provide clearer and more comprehensive instructions for running and submitting experiments, especially when contributing via pull requests. The main focus is on...
Problem The current FuzzBench documentation does not clearly indicate whether experiment name requirements (e.g., lowercase letters, numbers, hyphens, length restrictions, and avoiding underscores) are enforced by run_experiment.py or elsewhere in...
Hi, I am new to fuzzbench. When I was running experiment, I keep getting this warning : WARNING:root:Corpus not found for cycle:1. Is that an issue for my experiment? And...