Commit graph

3 commits

Author SHA1 Message Date
Olli Hauer
d6db46aade -remove MD5 2011-07-03 14:59:23 +00:00
Emanuel Haupt
7ffb045fa2 Update to 0.93
PR:		124612
Submitted by:	lwhsu
2008-06-16 12:08:02 +00:00
Emanuel Haupt
f22ca11950 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.
2008-01-28 20:04:56 +00:00