afl-showmap(1) map display utility for American Fuzzy Lop (afl)

SYNOPSIS

afl-showmap [options] -- /path/to/fuzzed/app [params]

DESCRIPTION

afl-showmap is a simple tool that runs the targeted binary and displays the contents of the trace bitmap in a human-readable form. Useful in scripts to eliminate redundant inputs and perform other checks.

Exit code is 2 if the target program crashes; 1 if it times out or there is a problem executing it; or 0 if execution is successful.

OPTIONS

Run afl-showmap without any arguments to see a complete list of options.

AUTHORS

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