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

Go to the source code of this file.

Functions

struct mslit_decompressormspack_create_lit_decompressor (struct mspack_system *sys)
 
void mspack_destroy_lit_decompressor (struct mslit_decompressor *self)
 

Function Documentation

◆ mspack_create_lit_decompressor()

struct mslit_decompressor* mspack_create_lit_decompressor ( struct mspack_system sys)

Creates a new LIT decompressor.

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

Definition at line 16 of file litd.c.

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

References NULL.

◆ mspack_destroy_lit_decompressor()

void mspack_destroy_lit_decompressor ( struct mslit_decompressor self)

Destroys an existing LIT decompressor.

Parameters
selfthe mslit_decompressor to destroy

Definition at line 22 of file litd.c.

22  {
23  /* todo */
24 }