2016-11-21 22:29:12 +00:00
|
|
|
# Fuzzing Gloassary
|
|
|
|
|
|
|
|
TODO
|
|
|
|
|
|
|
|
Naming things is hard. This page tries to reduce confusion around naming.
|
|
|
|
|
2016-11-21 22:32:52 +00:00
|
|
|
* **Fuzz Target** or
|
|
|
|
* **Target Function** or
|
2016-11-21 22:29:12 +00:00
|
|
|
* **Fuzzing Target Function** a function to which we apply fuzzing at the hopes to find a bug.
|
|
|
|
A [specific signature](libfuzzer.info#fuzz-target) must be used for OSS-Fuzz.
|
2016-11-21 22:29:58 +00:00
|
|
|
|
2016-11-21 22:32:52 +00:00
|
|
|
<BR>
|
2016-11-21 22:29:58 +00:00
|
|
|
|
|
|
|
* **Fuzzing Engine** a program that tries to find interesting inputs
|