LLVM  4.0.0
Functions
AFLDriverTest.cpp File Reference
#include <stdint.h>
#include <stdlib.h>
Include dependency graph for AFLDriverTest.cpp:

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)
 

Function Documentation

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.