openbsd-ports/misc/zzuf/Makefile
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

20 lines
381 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2007/10/03 13:48:17 chl Exp $
COMMENT= zzuf is a transparent application input fuzzer
DISTNAME= zzuf-0.9
CATEGORIES= misc
MASTER_SITES= http://sam.zoy.org/zzuf/
# License: WTFPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c m
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>