Commit Graph

9 Commits

Author SHA1 Message Date
ajacoutot
a0e3ce4579 Cleanups and tweak COMMENT.
from Brad.
2011-07-26 06:07:33 +00:00
steven
037647bdb7 drop the conflict and rename zzuf's zzcat utility to zzufcat instead
ok naddy@
2010-10-28 10:17:54 +00:00
steven
9937dceb18 zziplib and zzuf conflict (zzcat executable)
pointed out by naddy@
2010-10-28 09:04:19 +00:00
steven
a22df9fec0 update to 0.13
* various fixes for Linux, FreeBSD, OS X and OpenBSD libc calls.
 * network host filtering support.
 * support for memory limits on OS X.
 * massive testsuite improvements.
 * support most cat options in zzcat, which is now fully programmable.

from dawedawe at gmx.de

set USE_LIBTOOL while here
2010-10-27 09:49:12 +00:00
espie
3075d068d4 USE_GROFF=Yes 2010-10-18 20:52:05 +00:00
chl
f290ade551 update to zzuf-0.12
ok jasper@
2008-07-01 10:10:24 +00:00
chl
bb17fdae5f update to zzuf-0.11
ok jasper@
2008-05-21 19:14:50 +00:00
chl
e294ef6868 update to zzuf-0.10
ok jasper@
2007-11-07 19:11:54 +00:00
chl
b797081f8b import zzuf 0.9
zzuf is a transparent application input fuzzer. Its purpose is to find
bugs in applications by corrupting their user-contributed data (which
more than often comes from untrusted sources on the Internet). It works
by intercepting file and network operations and changing random bits in
the program's input. zzuf's behaviour is deterministic, making it easier
to reproduce bugs. Its main areas of use are:

* quality assurance: use zzuf to test existing software, or integrate it
  into your own software's testsuite
* security: very often, segmentation faults or memory corruption issues
  mean a potential security hole, zzuf helps exposing some of them

with help and ok jasper@
2007-10-03 13:48:17 +00:00