From 61a673c09697aed21a35455ac4192efa68b64bde Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Fri, 12 Jan 2007 14:19:55 +0000 Subject: [PATCH] * Lowercase zzuf everywhere. --- AUTHORS | 2 +- README | 6 +++--- doc/zzuf.1 | 16 ++++++++-------- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/AUTHORS b/AUTHORS index 6321698..55251cc 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,3 +1,3 @@ $Id$ -Zzuf was written by Sam Hocevar +zzuf was written by Sam Hocevar diff --git a/README b/README index cda0409..8535db5 100644 --- a/README +++ b/README @@ -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. diff --git a/doc/zzuf.1 b/doc/zzuf.1 index d526b00..3ddcdb9 100644 --- a/doc/zzuf.1 +++ b/doc/zzuf.1 @@ -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 . .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.