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

#include <mspack.h>

Public Attributes

int format
 
off_t length
 
char missing_char
 

Detailed Description

A structure which represents an SZDD compressed file.

All fields are READ ONLY.

Definition at line 1768 of file mspack.h.

Member Data Documentation

◆ format

int msszddd_header::format

The file format; either MSSZDD_FMT_NORMAL or MSSZDD_FMT_QBASIC

Definition at line 1770 of file mspack.h.

Referenced by szddd_extract(), and szddd_read_headers().

◆ length

off_t msszddd_header::length

The amount of data in the SZDD file once uncompressed.

Definition at line 1773 of file mspack.h.

Referenced by szddd_read_headers().

◆ missing_char

char msszddd_header::missing_char

The last character in the filename, traditionally replaced with an underscore to show the file is compressed. The null character is used to show that this character has not been stored (e.g. because the filename is not known). Generally, only characters that may appear in an MS-DOS filename (except ".") are valid.

Definition at line 1782 of file mspack.h.

Referenced by szddd_read_headers().


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