Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Functions | |
struct mslit_decompressor * | mspack_create_lit_decompressor (struct mspack_system *sys) |
void | mspack_destroy_lit_decompressor (struct mslit_decompressor *self) |
struct mslit_decompressor* mspack_create_lit_decompressor | ( | struct mspack_system * | sys | ) |
Creates a new LIT decompressor.
sys | a custom mspack_system structure, or NULL to use the default |
Definition at line 16 of file litd.c.
References NULL.
void mspack_destroy_lit_decompressor | ( | struct mslit_decompressor * | self | ) |
Destroys an existing LIT decompressor.
self | the mslit_decompressor to destroy |