afl-g++(1) g++ wrapper for American Fuzzy Lop (afl)

SYNOPSIS

CXX=/usr/bin/afl-g++ ./configure

DESCRIPTION

This is a helper application which serves as a drop-in replacement for g++, used to recompile third-party code with the required runtime instrumentation for afl-fuzz.

A common pattern would be to use this with the CXX environment variable.

AUTHORS

American Fuzzy Lop is written by Michal Zalewski <[email protected]>. This manpage was written by Daniel Stender <[email protected]>.