Rizin
unix-like reverse engineering framework and cli tools
fuzz.h
Go to the documentation of this file.
1 
28 #ifndef FUZZ_H
29 #define FUZZ_H
30 
31 #ifndef FUZZ_RNG_SEED_SIZE
32 # define FUZZ_RNG_SEED_SIZE 4
33 #endif
34 
35 #include <stddef.h>
36 #include <stdint.h>
37 
38 #ifdef __cplusplus
39 extern "C" {
40 #endif
41 
42 int LLVMFuzzerTestOneInput(const uint8_t *src, size_t size);
43 
44 #ifdef __cplusplus
45 }
46 #endif
47 
48 #endif
lzma_index * src
Definition: index.h:567
int LLVMFuzzerTestOneInput(const uint8_t *src, size_t size)
Definition: fuzz_diff.c:180
voidpf void uLong size
Definition: ioapi.h:138
unsigned char uint8_t
Definition: sftypes.h:31