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