aboutsummaryrefslogtreecommitdiff
path: root/devel/bunny/pkg-descr
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2008-01-28 20:04:56 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2008-01-28 20:04:56 +0000
commitf22ca11950a59f7df8dafd1c26022f3f95bab487 (patch)
treee7d0b17835a8bd6bb77d85fdc0bf52a8438b152b /devel/bunny/pkg-descr
parentc46e54a74796814ad318f9d457566cbf5e10924c (diff)
Notes
Diffstat (limited to 'devel/bunny/pkg-descr')
-rw-r--r--devel/bunny/pkg-descr13
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/bunny/pkg-descr b/devel/bunny/pkg-descr
new file mode 100644
index 000000000000..849505d76a59
--- /dev/null
+++ b/devel/bunny/pkg-descr
@@ -0,0 +1,13 @@
+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.
+
+WWW: http://code.google.com/p/bunny-the-fuzzer/