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

Produce code coverage results with gcov from afl-fuzz test cases

Results 25 afl-cov issues
Sort by recently updated
recently updated
newest added

Can afl-cov be used in conjunction with afl and unicorn to perform coverage statistics on closed source binaries?

Hi, I've encountered an issue with code coverage in C++ code that uses coroutines. Here is a repository with a demo on how to reproduce the described situation: https://github.com/PiotrConclusive/afl-cov-coroutines/tree/master I've...

why genhtml is not generating on lcov 1.14 whts the reason and how to fix asap?

I have using fuzzed mysql and generated some seed file.Now I want to use afl-cov to collect mysql code coverage.I use the following command: /home/mysql/afl-cov/afl-cov -d /home/mysql/fuzzing/fuzz_output --enable-branch-coverage -c ....

my afl command is this: `` afl-fuzz -t 300+ -m none -i solidity_input_part -o output -Q -- solc --bin -o --overwrite @@ `` my afl-cov command is this: `` ./afl-cov...