Changeset 1656
- Timestamp:
- Jan 12, 2007, 3:19:55 PM (16 years ago)
- Location:
- zzuf/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
zzuf/trunk/AUTHORS
r1513 r1656 1 1 $Id$ 2 2 3 Zzuf was written by Sam Hocevar <sam@zoy.org>3 zzuf was written by Sam Hocevar <sam@zoy.org> -
zzuf/trunk/README
r1533 r1656 1 1 $Id$ 2 2 3 About Zzuf:3 About zzuf: 4 4 5 Zzuf is a transparent application input fuzzer. It works by intercepting6 file operations and changing random bits in the program's input. Zzuf's5 zzuf is a transparent application input fuzzer. It works by intercepting 6 file operations and changing random bits in the program's input. zzuf's 7 7 behaviour is deterministic, making it easy to reproduce bugs. 8 8 -
zzuf/trunk/doc/zzuf.1
r1647 r1656 16 16 .SH DESCRIPTION 17 17 .PP 18 \fB Zzuf\fR is a transparent application input fuzzer. It works by intercepting18 \fBzzuf\fR is a transparent application input fuzzer. It works by intercepting 19 19 file and network operations and changing random bits in the program's input. 20 \fB Zzuf\fR's behaviour is deterministic, making it easy to reproduce bugs.20 \fBzzuf\fR's behaviour is deterministic, making it easy to reproduce bugs. 21 21 .SH USAGE 22 22 .PP 23 \fB Zzuf\fR will run an application specified on its command line, one or23 \fBzzuf\fR will run an application specified on its command line, one or 24 24 several times, with optional arguments, and will report the application's 25 25 relevant behaviour on the standard output, eg: … … 106 106 program operation. 107 107 108 \fB Zzuf\fR uses the \fBsetrlimit\fR() call to set memory usage limitations and108 \fBzzuf\fR uses the \fBsetrlimit\fR() call to set memory usage limitations and 109 109 relies on the operating system's ability to enforce such limitations. 110 110 .TP … … 266 266 .SH BUGS 267 267 .PP 268 \fB Zzuf\fR probably does not behave correctly with 64-bit offsets.268 \fBzzuf\fR probably does not behave correctly with 64-bit offsets. 269 269 .PP 270 270 It is not yet possible to insert or drop bytes from the input, to fuzz … … 318 318 .SH HISTORY 319 319 .PP 320 \fB Zzuf\fR started its life in 2002 as the \fBstreamfucker\fR tool, a small320 \fBzzuf\fR started its life in 2002 as the \fBstreamfucker\fR tool, a small 321 321 multimedia stream corrupter used to find bugs in the \fBVLC\fR media player. 322 322 .SH AUTHOR … … 324 324 Copyright \(co 2002, 2007 Sam Hocevar <sam@zoy.org>. 325 325 .PP 326 \fB Zzuf\fR and this manual page are free software. They come without any326 \fBzzuf\fR and this manual page are free software. They come without any 327 327 warranty, to the extent permitted by applicable law. You can redistribute 328 328 them and/or modify them under the terms of the Do What The Fuck You Want … … 330 330 \fBhttp://sam.zoy.org/wtfpl/COPYING\fR for more details. 331 331 .PP 332 \fB Zzuf\fR's webpage can be found at \fBhttp://sam.zoy.org/zzuf/\fR.332 \fBzzuf\fR's webpage can be found at \fBhttp://sam.zoy.org/zzuf/\fR.
Note: See TracChangeset
for help on using the changeset viewer.