- Timestamp:
- Jan 7, 2007, 1:39:30 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
zzuf/trunk/doc/zzuf.1
r1595 r1597 233 233 as an unprivileged user. 234 234 .PP 235 For the same reasons, \fBzzuf\fR will also not work with statically linked 236 binaries. Bear this in mind when using \fBzzuf\fR on the OpenBSD platform, 237 where \fBcat\fR, \fBcp\fR and \fBdd\fR are static binaries. 238 .PP 235 239 Though best efforts are made, identical behaviour for different versions of 236 240 \fBzzuf\fR is not guaranteed. The reproducibility for subsequent calls on … … 242 246 according to the file format, to swap bytes, etc. More advanced fuzzing 243 247 methods are planned. 248 .PP 249 \fBZzuf\fR will not work properly with applications using \fBgetc\fR() on 250 platforms where it is defined as a macro, such as OpenBSD and FreeBSD, 251 because it is unable to intercept calls to \fBgetc\fR(). 244 252 .PP 245 253 As of now, \fBzzuf\fR does not really support multithreaded applications. The
Note: See TracChangeset
for help on using the changeset viewer.