Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


HTML
<div style="background-color: yellow; border: 2px solid red; margin: 4px; padding: 2px; font-weight: bold; text-align: center;">
This page was moved to <a href="https://github.com/CERTCC/certfuzz/wiki">https://github.com/CERTCC/certfuzz/wiki</a>
<br>
Click in the link above if you are not automatically redirected in 10 seconds.
</div>
<meta http-equiv="refresh" content="10; URL='https://github.com/CERTCC/certfuzz/wiki'" />

The CERT Basic Fuzzing Framework (BFF) contains code by:

  • Allen D. Householder (adh)
  • Will Dormann (wd)

Contact the authors at their (userid) at cert.org.

CERT Triage Tools was written by Jonathan Foote

Crash minimization was inspired by Dan Rosenberg's FuzzDiff http://code.google.com/p/fuzzdiff/

Crash uniqueness is based on a technique described in "Dynamic test generation to find integer bugs in x86 binary linux programs" by David Molnar, Xue Cong Li, and David A. Wagner http://portal.acm.org/citation.cfm?id=1855773

CERT Triage Tools 1.02 test cases were orignally written by Josh Bressers of Red Hat, Inc. (bressers at redhat dot com)

BFF uses Sam Hocevar's zzuf for fuzzing and crash detection. http://caca.zoy.org/wiki/zzuf

...