afl-cov - Online in the Cloud

This is the command afl-cov that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


afl-cov - code coverage for afl (American Fuzzy Lop)

SYNOPSIS


$ afl-cov -d /path/to/afl-fuzz-output/ --live -e "./bin/foo afl-file" -c /path/to/project-
gcov/

DESCRIPTION


The workflow for afl-cov is to create a spare copy of the project binaries compiled for
gcov profiling support (gcc -fprofile-arcs -ftest-coverage), and to start up afl-cov in
live mode before starting the afl-fuzz fuzzing cycle. The command line arguments for afl-
cov must specify the path to the output directory used by afl-fuzz next to the command to
execute along with the associated arguments, closely resembling the manner in which afl-
fuzz executes the targeted binary.

For exhaustive information on afl-cov and its usage see /usr/share/doc/afl-
cov/README.html.

OPTIONS


Please run $ afl-cov --help for a complete list of options.

Use afl-cov online using onworks.net services



Latest Linux & Windows online programs