Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Functions | |
int | LLVMFuzzerTestOneInput (const uint8_t *Data, size_t Size) |
int | main (int argc, char **argv) |
This fuzz target attempts to compress the fuzzed data with the simple compression function with an output buffer that may be too small to ensure that the compressor never crashes.
This fuzz target attempts to decompress the fuzzed data with the simple decompression function to ensure the decompressor never crashes.
This fuzz target performs a lz4 round-trip test (compress & decompress), compares the result with the original, and calls abort() on corruption.
This fuzz target attempts to compress the fuzzed data with the simple compression function with an output buffer that may be too small to ensure that the compressor never crashes.
This fuzz target attempts to decompress the fuzzed data with the simple decompression function to ensure the decompressor never crashes.
This fuzz target performs a lz4 round-trip test (compress & decompress), compares the result with the original, and calls abort() on corruption.
Definition at line 180 of file fuzz_diff.c.
Referenced by main().
Definition at line 7 of file onefile.c.
References argv, benchmark::FILE, free(), L, LLVMFuzzerTestOneInput(), malloc(), NULL, SEEK_END, and SEEK_SET.