Categories
Bunny the Fuzzer
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.
Bunny is currently known to support GNU/Linux, FreeBSD, OpenBSD, and Cygwin on IA32 and IA64 systems.
Last updated 3 Mar, 2008
About
Versions
0.92
- Released: 6 Nov, 2007
- Code Maturity: Beta
- Source Archive: http://bunny-the-fuzzer.googlecode.com/files/bu...
- Licenses: Apache2.0
- Interfaces: Command Line
User Community and Support
Development
Developer Resources
- VCS Checkout Command:
svn checkout http://bunny-the-fuzzer.googlecode.com/svn/trunk/ bunny-the-fuzzer-read-only



