Rizin
unix-like reverse engineering framework and cli tools
lz4_helpers.h
Go to the documentation of this file.
1 #ifndef LZ4_HELPERS
2 #define LZ4_HELPERS
3 
4 #include "lz4frame.h"
5 
7 
9 
10 size_t FUZZ_decompressFrame(void* dst, const size_t dstCapacity,
11  const void* src, const size_t srcSize);
12 
13 #endif /* LZ4_HELPERS */
lzma_index * src
Definition: index.h:567
char int srcSize
Definition: lz4.h:697
char * dst
Definition: lz4.h:724
LZ4F_frameInfo_t FUZZ_randomFrameInfo(uint32_t *seed)
Definition: lz4_helpers.c:5
LZ4F_preferences_t FUZZ_randomPreferences(uint32_t *seed)
Definition: lz4_helpers.c:20
size_t FUZZ_decompressFrame(void *dst, const size_t dstCapacity, const void *src, const size_t srcSize)
Definition: lz4_helpers.c:30
unsigned int uint32_t
Definition: sftypes.h:29