Date: Mon, 28 Jan 2008 20:04:56 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/bunny Makefile distinfo pkg-descr Message-ID: <200801282004.m0SK4uo2017923@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ehaupt 2008-01-28 20:04:56 UTC
FreeBSD ports repository
Modified files:
devel Makefile
Added files:
devel/bunny Makefile distinfo pkg-descr
Log:
Add bunny, a closed loop, high-performance, general purpose protocol-blind
fuzzer for C programs.
Uses compiler-level integration to seamlessly inject precise and reliable
instrumentation hooks into the traced program. These hooks enable the fuzzer to
receive real-time feedback on changes to the function call path, call
parameters, and return values in response to variations in input data.
This architecture makes it possible to significantly improve the coverage of the
testing process without a noticeable performance impact usually associated with
other attempts to peek into run-time internals.
Revision Changes Path
1.2975 +1 -0 ports/devel/Makefile
1.1 +38 -0 ports/devel/bunny/Makefile (new)
1.1 +3 -0 ports/devel/bunny/distinfo (new)
1.1 +13 -0 ports/devel/bunny/pkg-descr (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801282004.m0SK4uo2017923>
