Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.
Allen D. Householder edited this page Apr 12, 2024 · 7 revisions

You should probably start here: https://vuls.cert.org/confluence/display/tools/CERT+BFF+-+Basic+Fuzzing+Framework

BFF Blog Posts

Acknowledgements

  • The CERT Basic Fuzzing Framework (BFF) contains code by Allen D. Householder and Will Dormann
  • 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 originally written by Josh Bressers of Red Hat, Inc.
  • BFF uses Sam Hocevar's zzuf for fuzzing and crash detection. http://caca.zoy.org/wiki/zzuf
  • BFF was originally created by Will Dormann.
Clone this wiki locally