Changeset 4393 for zzuf/trunk/doc/zzuf.1.in
- Timestamp:
- Apr 19, 2010, 10:51:58 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
zzuf/trunk/doc/zzuf.1.in
r4388 r4393 11 11 [\fB\-b\fR \fIranges\fR] [\fB\-p\fR \fIports\fR] [\fB\-P\fR \fIprotect\fR] 12 12 [\fB\-R\fR \fIrefuse\fR] [\fB\-l\fR \fIlist\fR] [\fB\-I\fR \fIinclude\fR] 13 [\fB\-E\fR \fIexclude\fR] [\fIPROGRAM\fR [\fIARGS\fR]...] 13 [\fB\-E\fR \fIexclude\fR] [\fB\-O\fR \fIopmode\fR] 14 [\fIPROGRAM\fR [\fIARGS\fR]...] 14 15 .br 15 16 \fBzzuf \-h\fR | \fB\-\-help\fR … … 194 195 Only INET (IPv4) and INET6 (IPv6) connections are fuzzed. Other protocol 195 196 families are not yet supported. 197 .TP 198 \fB\-O\fR, \fB\-\-opmode\fR=\fImode\fR 199 Use operating mode \fImode\fR. Valid values for \fImode\fR are: 200 .RS 201 .TP 202 \fBpreload\fR 203 override functions by preloading libzzuf into the executable using the 204 system's dynamic linker 205 .TP 206 \fBcopy\fR 207 temporarily copy files that need to be fuzzed 208 .RE 209 .IP 210 The default value for \fImode\fR is \fBpreload\fR. \fBcopy\fR is useful on 211 platforms that do not support dynamic linker injection, for instance when 212 fuzzing a Cocoa application on Mac OS X. 196 213 .TP 197 214 \fB\-p\fR, \fB\-\-ports\fR=\fIranges\fR
Note: See TracChangeset
for help on using the changeset viewer.