Rizin
unix-like reverse engineering framework and cli tools
hlpc.c File Reference
#include <system.h>
#include <hlp.h>

Go to the source code of this file.

Functions

struct mshlp_compressormspack_create_hlp_compressor (struct mspack_system *sys)
 
void mspack_destroy_hlp_compressor (struct mshlp_compressor *self)
 

Function Documentation

◆ mspack_create_hlp_compressor()

struct mshlp_compressor* mspack_create_hlp_compressor ( struct mspack_system sys)

Creates a new HLP compressor.

Parameters
sysa custom mspack_system structure, or NULL to use the default
Returns
a mshlp_compressor or NULL

Definition at line 16 of file hlpc.c.

17 {
18  /* todo */
19  return NULL;
20 }
#define NULL
Definition: cris-opc.c:27

References NULL.

◆ mspack_destroy_hlp_compressor()

void mspack_destroy_hlp_compressor ( struct mshlp_compressor self)

Destroys an existing hlp compressor.

Parameters
selfthe mshlp_compressor to destroy

Definition at line 22 of file hlpc.c.

22  {
23  /* todo */
24 }