Rizin
unix-like reverse engineering framework and cli tools
easy_preset.h
Go to the documentation of this file.
1 //
5 //
6 // Author: Lasse Collin
7 //
8 // This file has been put into the public domain.
9 // You can do whatever you want with this file.
10 //
12 
13 #include "common.h"
14 
15 
16 typedef struct {
20 
23 
24  // Options for more filters can be added later, so this struct
25  // is not ready to be put into the public API.
26 
28 
29 
uint32_t preset
Definition: container.h:259
const lzma_filter * filters
Definition: container.h:315
bool lzma_easy_preset(lzma_options_easy *easy, uint32_t preset)
Definition: easy_preset.c:17
#define LZMA_FILTERS_MAX
Maximum number of filters in a chain.
Definition: filter.h:26
unsigned int uint32_t
Definition: sftypes.h:29
Filter options.
Definition: filter.h:43
lzma_options_lzma opt_lzma
Options for LZMA2.
Definition: easy_preset.h:22
Options specific to the LZMA1 and LZMA2 filters.
Definition: lzma12.h:185
Definitions common to the whole liblzma library.