|
LLVM
3.7.0
|
#include <cstdint>#include <cassert>#include <cstdlib>#include <cstddef>#include <cstring>#include <iostream>#include "FuzzerInterface.h"Go to the source code of this file.
Classes | |
| class | MyFuzzer |
Functions | |
| int | main (int argc, char **argv) |
Variables | |
| static const uint64_t | kMagic = 8860221463604ULL |
Definition at line 44 of file UserSuppliedFuzzerTest.cpp.
References F(), and fuzzer::FuzzerDriver().
|
static |
Definition at line 13 of file UserSuppliedFuzzerTest.cpp.
Referenced by MyFuzzer::Mutate(), and MyFuzzer::TargetFunction().
1.8.6