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