oss-fuzz/docs/glossary.md

730 B

Fuzzing Gloassary

TODO

Naming things is hard. This page tries to reduce confusion around naming.

Fuzz Target**

Or Target Function or Fuzzing Target Function.
A function to which we apply fuzzing. A specific signature must be used for OSS-Fuzz. Examples: openssl, SQLite, e2. A Fuzz Target can and should also be used for regression testing and for reproducing bug reports, see ideal integration.

  • Fuzzing Engine a program that tries to find interesting inputs