Rizin
unix-like reverse engineering framework and cli tools
|
Decodes Stream Header and Stream Footer from .xz files. More...
#include "stream_flags_common.h"
Go to the source code of this file.
Functions | |
static bool | stream_flags_decode (lzma_stream_flags *options, const uint8_t *in) |
LZMA_API (lzma_ret) | |
Decodes Stream Header and Stream Footer from .xz files.
Definition in file stream_flags_decoder.c.
LZMA_API | ( | lzma_ret | ) |
Definition at line 30 of file stream_flags_decoder.c.
References in, LZMA_DATA_ERROR, LZMA_FORMAT_ERROR, lzma_header_magic, LZMA_OK, LZMA_OPTIONS_ERROR, LZMA_STREAM_FLAGS_SIZE, LZMA_VLI_UNKNOWN, options, read32le(), and stream_flags_decode().
|
static |