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