Rizin
unix-like reverse engineering framework and cli tools
|
Filter for ARM binaries. More...
#include "simple_private.h"
Go to the source code of this file.
Functions | |
static size_t | arm_code (void *simple lzma_attribute((__unused__)), uint32_t now_pos, bool is_encoder, uint8_t *buffer, size_t size) |
static lzma_ret | arm_coder_init (lzma_next_coder *next, const lzma_allocator *allocator, const lzma_filter_info *filters, bool is_encoder) |
lzma_ret | lzma_simple_arm_encoder_init (lzma_next_coder *next, const lzma_allocator *allocator, const lzma_filter_info *filters) |
lzma_ret | lzma_simple_arm_decoder_init (lzma_next_coder *next, const lzma_allocator *allocator, const lzma_filter_info *filters) |
Filter for ARM binaries.
Definition in file arm.c.
|
static |
|
static |
Definition at line 48 of file arm.c.
References allocator, arm_code(), filters, and lzma_simple_coder_init().
Referenced by lzma_simple_arm_decoder_init(), and lzma_simple_arm_encoder_init().
lzma_ret lzma_simple_arm_decoder_init | ( | lzma_next_coder * | next, |
const lzma_allocator * | allocator, | ||
const lzma_filter_info * | filters | ||
) |
lzma_ret lzma_simple_arm_encoder_init | ( | lzma_next_coder * | next, |
const lzma_allocator * | allocator, | ||
const lzma_filter_info * | filters | ||
) |
Definition at line 57 of file arm.c.
References allocator, arm_coder_init(), and filters.