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)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to