Changeset 1554 for zzuf/trunk/doc/zzuf.1
- Timestamp:
- 01/04/07 02:09:04 (6 years ago)
- File:
-
- 1 edited
-
zzuf/trunk/doc/zzuf.1 (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
zzuf/trunk/doc/zzuf.1
r1539 r1554 56 56 only useful if the \fB\-s\fR flag is used with an interval argument. 57 57 .TP 58 \fB\-h\fR, \fB\-\-help\fR59 Display a short help message and exit.60 .TP61 58 \fB\-i\fR, \fB\-\-stdin\fR 62 59 Fuzz the application's standard input. By default \fBzzuf\fR only fuzzes files. … … 69 66 Multiple \fB\-I\fR flags can be specified, in which case files matching any one 70 67 of the regular expressions will be fuzzed. See also the \fB\-c\fR flag. 68 .TP 69 \fB\-P\fR, \fB\-\-protect\fR=\fIlist\fR 70 Protect a list of characters so that if they appear in input data that would 71 normally be fuzzed, they are left unmodified instead. 72 73 Characters in \fIlist\fR can be expressed verbatim or through escape sequences. 74 The sequences interpreted by \fBzzuf\fR are: 75 .RS 76 .TP 77 \fB\\n\fR 78 new line 79 .TP 80 \fB\\r\fR 81 return 82 .TP 83 \fB\\t\fR 84 tabulation 85 .TP 86 \fB\\0\fR 87 the null character 88 .TP 89 \fB\\x\fR\fINN\fR 90 the byte whose hexadecimal value is \fINN\fR 91 .TP 92 \fB\\\\\fR 93 backslash ('\\') 94 .RE 95 .IP 96 You can use '\fB-\fR' to specify ranges. For instance, to protect all bytes 97 from '\fB\\x01\fR' to ' ', use \fB\-P \(dq\\x01- \(dq\fR. 71 98 .TP 72 99 \fB\-q\fR, \fB\-\-quiet\fR … … 111 138 situations. See also the \fB\-B\fR flag. 112 139 .TP 140 \fB\-h\fR, \fB\-\-help\fR 141 Display a short help message and exit. 142 .TP 113 143 \fB\-v\fR, \fB\-\-version\fR 114 144 Output version information and exit. … … 180 210 fail in the presence of any mechanism that disables preloading. For instance 181 211 setuid root binaries will not be fuzzed when run as an unprivileged user. 212 .PP 213 As of now, \fBzzuf\fR does not really support multithreaded applications. The 214 behaviour with multithreaded applications where more than one thread do file 215 descriptor operations is undefined. 182 216 .SH AUTHOR 183 217 .PP
Note: See TracChangeset
for help on using the changeset viewer.
