.\" Text automatically generated by txt2man .TH py-afl-fuzz 1 "08 August 2019" "0.7.1" "python{,3}-afl" .SH NAME \fBpy-afl-fuzz -- run afl fuzzing process on a Python program \fB .SH SYNOPSIS .nf .fam C \fBpy-afl-fuzz\fP [\fIoptions\fP] -- /path/to/fuzzed_app [\.\.\.] .fam T .fi .fam T .fi .SH DESCRIPTION afl (American Fuzzy Lop) is an instrumentation-driven fuzzy tester. See the output of $ afl-fuzz for a list of \fIoptions\fP. The afl module needs to be added to the Python source. For usage information on python-afl, see /usr/share/doc/python{,3}\fB-afl\fP/README, for exhaustive information on afl, see /usr/share/doc/afl/README. .SH SEE ALSO \fBafl-fuzz\fP(1) .SH AUTHORS python-afl is written by Jakub Wilk , afl is written by Michal Zalewski