afl-cov icon indicating copy to clipboard operation
afl-cov copied to clipboard

add support for afl-clang-fast

Open ddcc opened this issue 5 years ago • 0 comments

By default, the wrapper script will execute llvm-cov, which can be overriden by the environment variable AFL_COV_LLVM. As an example:

AFL_COV_LLVM=llvm-cov-8 afl-cov -d <outdir> -c <srcdir> -e "<binpath> < AFL_FILE" --clang --enable-branch-coverage

ddcc avatar Aug 31 '19 01:08 ddcc