- Timestamp:
- Jul 6, 2007, 10:47:38 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
zzuf/trunk/doc/zzuf.1
r1741 r1793 9 9 [\fB\-T\fR \fIseconds\fR] [\fB\-M\fR \fImegabytes\fR] [\fB\-P\fR \fIprotect\fR] [\fB\-R\fR \fIrefuse\fR] 10 10 .br 11 [\fB\-b\fR \fIranges\fR] [\fB\-I\fR \fIinclude\fR] [\fB\-E\fR \fIexclude\fR] [\fIPROGRAM\fR [\fB\-\-\fR] [\fIARGS\fR]...] 11 [\fB\-p\fR \fIpick\fR] [\fB\-b\fR \fIranges\fR] [\fB\-I\fR \fIinclude\fR] [\fB\-E\fR \fIexclude\fR] 12 .br 13 [\fIPROGRAM\fR [\fB\-\-\fR] [\fIARGS\fR]...] 12 14 .br 13 15 \fBzzuf \-h\fR | \fB\-\-help\fR … … 148 150 \fB\-n\fR, \fB\-\-network\fR 149 151 Fuzz the application's network input. By default \fBzzuf\fR only fuzzes files. 152 .TP 153 \fB\-p\fR, \fB\-\-pick\fR=\fIlist\fR 154 Cherry-pick the file descriptors that get fuzzed. The Nth descriptor will 155 really be fuzzed only if N is in \fIlist\fR. 156 157 Values start at one and ranges are inclusive. Use dashes between values and 158 commas between ranges. If the right-hand part of a range is ommited, it means 159 all subsequent file descriptors. For instance, to restrict fuzzing to the 160 first opened descriptor and all descriptors starting from the 10th, use 161 \(oq\fB\-p1,10-\fR\(cq. 162 163 Note that this option only affects file descriptors that would otherwise be 164 fuzzed. Even if 10 read-only descriptors are opened at the beginning of the 165 program, the next write-only descriptor will be the first one. 150 166 .TP 151 167 \fB\-P\fR, \fB\-\-protect\fR=\fIlist\fR
Note: See TracChangeset
for help on using the changeset viewer.