fuzzbench
fuzzbench copied to clipboard
FuzzBench - Fuzzer benchmarking as a service.
Hi, When I tried to run local experiment using the standard script: PYTHONPATH=. python3 experiment/run_experiment.py \ --experiment-config experiment-config.yaml \ --benchmarks bloaty_fuzz_target \ --experiment-name $EXPERIMENT_NAME \ --fuzzers afl libfuzzer. My experiment...
This PR combines all fuzzers submitted to SBFT24 and the mutation measurer to allow experiments for the competition.
Excuse me. I just tried to add GPU support to the container so that I could test my Neural Network-based fuzzer. I have managed to add GPU support in generated.mk...