Changeset 1673 for zzuf/trunk/doc/zzuf.1
- Timestamp:
- Jan 15, 2007, 12:42:34 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
zzuf/trunk/doc/zzuf.1
r1672 r1673 69 69 also include processes that exit with a non-zero status. 70 70 71 This option is only relevant if the \fB\-s\fR flag is used with a n interval71 This option is only relevant if the \fB\-s\fR flag is used with a range 72 72 argument. 73 73 .TP … … 91 91 Specify the number of simultaneous children that can be run. 92 92 93 This option is only relevant if the \fB\-s\fR flag is used with a n interval93 This option is only relevant if the \fB\-s\fR flag is used with a range 94 94 argument. See also the \fB\-D\fR flag. 95 95 .TP … … 176 176 is 0.004 (fuzz 0.4% of the files' bits). 177 177 178 A n interval canbe specified. When doing so, \fBzzuf\fR will pick ratio179 values from the interval. This is only meaningful if an interval is also180 specified with the \fB\-s\fR flag.178 A range can also be specified. When doing so, \fBzzuf\fR will pick ratio 179 values from the interval. This is only meaningful if the argument given to 180 the \fB\-s\fR flag is also a range. 181 181 .TP 182 182 \fB\-R\fR, \fB\-\-refuse\fR=\fIlist\fR … … 192 192 \fB\-s\fR, \fB\-\-seed\fR=\fIstart:stop\fR 193 193 .PD 194 Specify the random seed to use for fuzzing, or a n intervalof random seeds.194 Specify the random seed to use for fuzzing, or a range of random seeds. 195 195 Running \fBzzuf\fR twice with the same random seed will fuzz the files exactly 196 196 the same way, even with a different target application. The purpose of this is … … 198 198 causes the target application to crash. 199 199 200 If a n intervalis specified, \fBzzuf\fR will run the application several times,200 If a range is specified, \fBzzuf\fR will run the application several times, 201 201 each time with a different seed, and report the behaviour of each run. 202 202 .TP
Note: See TracChangeset
for help on using the changeset viewer.