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

does afl-cov support QEMU

Open Subway2023 opened this issue 10 months ago • 0 comments

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 -d output --coverage-cmd "/usr/bin/solc AFL_FILE" -c . --enable-branch-coverage --overwrit but I get an error: [*] Could not find an executable binary with code coverage support ('-fprofile-arcs -ftest-coverage') in --coverage-cmd '/usr/bin/solc AFL_FILE'

Subway2023 avatar Apr 01 '24 03:04 Subway2023