afl_cc icon indicating copy to clipboard operation
afl_cc copied to clipboard

Fuzzing with controlled compilation

Results 2 afl_cc issues
Sort by recently updated
recently updated
newest added

Use `docker build -t aflcc ./` to install the docker and `docker run -v /PATH/TO/TARGET/SOURCECODE/:/data -it --rm aflcc /bin/bash` to start the docker

I wanted to push an update to fuzzbench with new commit IDs from various fuzzers so also afl_cc. Sadly several benchmark targets are failing to build -> https://github.com/google/fuzzbench/pull/560