Rizin
unix-like reverse engineering framework and cli tools
|
Properties decoder for simple filters. More...
#include "simple_decoder.h"
Go to the source code of this file.
Functions | |
lzma_ret | lzma_simple_props_decode (void **options, const lzma_allocator *allocator, const uint8_t *props, size_t props_size) |
Properties decoder for simple filters.
Definition in file simple_decoder.c.
lzma_ret lzma_simple_props_decode | ( | void ** | options, |
const lzma_allocator * | allocator, | ||
const uint8_t * | props, | ||
size_t | props_size | ||
) |
Definition at line 17 of file simple_decoder.c.
References allocator, lzma_alloc(), lzma_free(), LZMA_MEM_ERROR, LZMA_OK, LZMA_OPTIONS_ERROR, NULL, options, props, read32le(), and lzma_options_bcj::start_offset.