Rizin
unix-like reverse engineering framework and cli tools
|
#include <mspack.h>
Public Attributes | |
int | format |
off_t | length |
char | missing_char |
A structure which represents an SZDD compressed file.
All fields are READ ONLY.
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().
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().
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().