|
Rizin
unix-like reverse engineering framework and cli tools
|
#include <mspack.h>
Public Attributes | |
| int | section |
| const char * | filename |
| char * | chm_filename |
| off_t | length |
A structure which represents a file to be placed in a CHM helpfile.
A contiguous array of these structures should be passed to mschm_compressor::generate(). The array list is terminated with an entry whose mschmc_file::section field is set to MSCHMC_ENDLIST, the other fields in this entry are ignored.
| char * mschmc_file::chm_filename |
| const char * mschmc_file::filename |
The filename of the source file that will be added to the CHM. This is passed directly to mspack_system::open().
| off_t mschmc_file::length |
| int mschmc_file::section |
One of MSCHMC_ENDLIST, MSCHMC_UNCOMP or MSCHMC_MSCOMP.