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
src
lzma_index * src
Definition:
index.h:567
LLVMFuzzerTestOneInput
int LLVMFuzzerTestOneInput(const uint8_t *src, size_t size)
Definition:
fuzz_diff.c:180
size
voidpf void uLong size
Definition:
ioapi.h:138
uint8_t
unsigned char uint8_t
Definition:
sftypes.h:31
stdint.h
subprojects
lz4-1.9.3
ossfuzz
fuzz.h
Generated by
1.9.1