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