|
LLVM
4.0.0
|
#include <stdint.h>#include <stdlib.h>Go to the source code of this file.
Functions | |
| void | __afl_manual_init () |
| int | __afl_persistent_loop (unsigned int) |
| int | LLVMFuzzerInitialize (int *argc, char ***argv) |
| int | LLVMFuzzerTestOneInput (const uint8_t *Data, size_t Size) |
| void __afl_manual_init | ( | ) |
Definition at line 8 of file AFLDriverTest.cpp.
Referenced by main().
| int __afl_persistent_loop | ( | unsigned | int | ) |
Definition at line 10 of file AFLDriverTest.cpp.
Referenced by main().
| int LLVMFuzzerInitialize | ( | int * | argc, |
| char *** | argv | ||
| ) |
Definition at line 16 of file AFLDriverTest.cpp.
| int LLVMFuzzerTestOneInput | ( | const uint8_t * | Data, |
| size_t | Size | ||
| ) |
Definition at line 20 of file AFLDriverTest.cpp.
1.8.6