* Lowercase zzuf everywhere.
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
$Id$
|
||||
|
||||
Zzuf was written by Sam Hocevar <sam@zoy.org>
|
||||
zzuf was written by Sam Hocevar <sam@zoy.org>
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
$Id$
|
||||
|
||||
About Zzuf:
|
||||
About zzuf:
|
||||
|
||||
Zzuf is a transparent application input fuzzer. It works by intercepting
|
||||
file operations and changing random bits in the program's input. Zzuf's
|
||||
zzuf is a transparent application input fuzzer. It works by intercepting
|
||||
file operations and changing random bits in the program's input. zzuf's
|
||||
behaviour is deterministic, making it easy to reproduce bugs.
|
||||
|
||||
For instructions and examples on how to use zzuf, see the manual page.
|
||||
|
||||
+8
-8
@@ -15,12 +15,12 @@ zzuf \- multiple purpose fuzzer
|
||||
\fBzzuf \-v\fR | \fB\-\-version\fR
|
||||
.SH DESCRIPTION
|
||||
.PP
|
||||
\fBZzuf\fR is a transparent application input fuzzer. It works by intercepting
|
||||
\fBzzuf\fR is a transparent application input fuzzer. It works by intercepting
|
||||
file and network operations and changing random bits in the program's input.
|
||||
\fBZzuf\fR's behaviour is deterministic, making it easy to reproduce bugs.
|
||||
\fBzzuf\fR's behaviour is deterministic, making it easy to reproduce bugs.
|
||||
.SH USAGE
|
||||
.PP
|
||||
\fBZzuf\fR will run an application specified on its command line, one or
|
||||
\fBzzuf\fR will run an application specified on its command line, one or
|
||||
several times, with optional arguments, and will report the application's
|
||||
relevant behaviour on the standard output, eg:
|
||||
.PP
|
||||
@@ -105,7 +105,7 @@ to allocate. This is useful to detect infinite loops that eat up a lot of
|
||||
memory. The value should set reasonably high so as not to interfer with normal
|
||||
program operation.
|
||||
|
||||
\fBZzuf\fR uses the \fBsetrlimit\fR() call to set memory usage limitations and
|
||||
\fBzzuf\fR uses the \fBsetrlimit\fR() call to set memory usage limitations and
|
||||
relies on the operating system's ability to enforce such limitations.
|
||||
.TP
|
||||
\fB\-n\fR, \fB\-\-network\fR
|
||||
@@ -265,7 +265,7 @@ different operating systems and with different target programs is only
|
||||
guaranteed when the same version of \fBzzuf\fR is being used.
|
||||
.SH BUGS
|
||||
.PP
|
||||
\fBZzuf\fR probably does not behave correctly with 64-bit offsets.
|
||||
\fBzzuf\fR probably does not behave correctly with 64-bit offsets.
|
||||
.PP
|
||||
It is not yet possible to insert or drop bytes from the input, to fuzz
|
||||
according to the file format, to swap bytes, etc. More advanced fuzzing
|
||||
@@ -317,16 +317,16 @@ unimplemented function is \fBfscanf\fR(), because of its complexity. Missing
|
||||
functions will be added upon user request.
|
||||
.SH HISTORY
|
||||
.PP
|
||||
\fBZzuf\fR started its life in 2002 as the \fBstreamfucker\fR tool, a small
|
||||
\fBzzuf\fR started its life in 2002 as the \fBstreamfucker\fR tool, a small
|
||||
multimedia stream corrupter used to find bugs in the \fBVLC\fR media player.
|
||||
.SH AUTHOR
|
||||
.PP
|
||||
Copyright \(co 2002, 2007 Sam Hocevar <sam@zoy.org>.
|
||||
.PP
|
||||
\fBZzuf\fR and this manual page are free software. They come without any
|
||||
\fBzzuf\fR and this manual page are free software. They come without any
|
||||
warranty, to the extent permitted by applicable law. You can redistribute
|
||||
them and/or modify them under the terms of the Do What The Fuck You Want
|
||||
To Public License, Version 2, as published by Sam Hocevar. See
|
||||
\fBhttp://sam.zoy.org/wtfpl/COPYING\fR for more details.
|
||||
.PP
|
||||
\fBZzuf\fR's webpage can be found at \fBhttp://sam.zoy.org/zzuf/\fR.
|
||||
\fBzzuf\fR's webpage can be found at \fBhttp://sam.zoy.org/zzuf/\fR.
|
||||
|
||||
Reference in New Issue
Block a user