Rizin
unix-like reverse engineering framework and cli tools
mschmd_decompress_state Struct Reference

#include <chm.h>

Public Attributes

struct mschmd_headerchm
 
off_t offset
 
off_t inoffset
 
struct lzxd_streamstate
 
struct mspack_system sys
 
struct mspack_fileinfh
 
struct mspack_fileoutfh
 

Detailed Description

Definition at line 105 of file chm.h.

Member Data Documentation

◆ chm

struct mschmd_header* mschmd_decompress_state::chm

Definition at line 106 of file chm.h.

Referenced by chmd_extract().

◆ infh

struct mspack_file* mschmd_decompress_state::infh

Definition at line 111 of file chm.h.

◆ inoffset

off_t mschmd_decompress_state::inoffset

Definition at line 108 of file chm.h.

◆ offset

off_t mschmd_decompress_state::offset

Definition at line 107 of file chm.h.

◆ outfh

struct mspack_file* mschmd_decompress_state::outfh

Definition at line 112 of file chm.h.

◆ state

struct lzxd_stream* mschmd_decompress_state::state

Definition at line 109 of file chm.h.

◆ sys

struct mspack_system mschmd_decompress_state::sys

Definition at line 109 of file chm.h.

Referenced by chmd_extract().


The documentation for this struct was generated from the following file: