cvs commit: ports/devel Makefile ports/devel/bunny Makefile distinfo pkg-descr

Emanuel Haupt ehaupt at FreeBSD.org
Mon Jan 28 12:04:56 PST 2008


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)


More information about the cvs-all mailing list