File: afl-g%2B%2B.1

package info (click to toggle)
afl 2.36b-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,172 kB
  • sloc: ansic: 8,354; sh: 742; makefile: 242; cpp: 84; sql: 40; perl: 26; xml: 3
file content (19 lines) | stat: -rw-r--r-- 866 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.TH "AFL-G++" 1 "" "" "afl"
.SH NAME
\fBafl-g++\fP \- \fBg++\fP wrapper for American Fuzzy Lop (afl)
.SH SYNOPSIS
CXX=/usr/bin/\fBafl-g++\fP ./configure
.SH DESCRIPTION
This is a helper application which serves as a drop-in replacement
for \fBg++\fP, used to recompile third-party code with the required runtime
instrumentation for \fBafl-fuzz\fP.
.PP
A common pattern would be to use this with the \fBCXX\fP environment variable.
.SH SEE ALSO
\fBafl-fuzz\fP(1), \fBafl-gcc\fP(1),
\fBafl-clang\fP(1), \fBafl-clang++\fP(1), \fBafl-clang-fast\fP(1), \fBafl-clang-fast++\fP(1),
\fBafl-showmap\fP(1), \fBafl-cmin\fP(1), \fBafl-tmin\fP(1), \fBafl-analyze\fP(1),
\fBafl-gotcpu\fP(1), \fBafl-plot\fP(1), \fBafl-whatsup\fP(1)
.SH AUTHORS
American Fuzzy Lop is written by Michal Zalewski <lcamtuf@google.com>.
This manpage was written by Daniel Stender <stender@debian.org>.