From 4fda842499b8b16fe074654a4a6fc85d946c9b21 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Sun, 7 Jan 2007 16:29:25 +0000 Subject: [PATCH] * Added note about 64-bit offsets in manpage. --- doc/zzuf.1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/zzuf.1 b/doc/zzuf.1 index ca6963a..4903427 100644 --- a/doc/zzuf.1 +++ b/doc/zzuf.1 @@ -242,6 +242,8 @@ 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. +.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 methods are planned.