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

Go to the source code of this file.

Functions

struct mshlp_decompressormspack_create_hlp_decompressor (struct mspack_system *sys)
 
void mspack_destroy_hlp_decompressor (struct mshlp_decompressor *self)
 

Function Documentation

◆ mspack_create_hlp_decompressor()

struct mshlp_decompressor* mspack_create_hlp_decompressor ( struct mspack_system sys)

Creates a new HLP decompressor.

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

Definition at line 16 of file hlpd.c.

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

References NULL.

◆ mspack_destroy_hlp_decompressor()

void mspack_destroy_hlp_decompressor ( struct mshlp_decompressor self)

Destroys an existing hlp decompressor.

Parameters
selfthe mshlp_decompressor to destroy

Definition at line 22 of file hlpd.c.

22  {
23  /* todo */
24 }