Rizin
unix-like reverse engineering framework and cli tools
|
#include <cab.h>
Public Attributes | |
struct mscab_decompressor | base |
struct mscabd_decompress_state * | d |
struct mspack_system * | system |
int | buf_size |
int | searchbuf_size |
int | fix_mszip |
int | salvage |
int | error |
int | read_error |
struct mscab_decompressor mscab_decompressor_p::base |
Definition at line 109 of file cab.h.
Referenced by cabd_close(), cabd_error(), cabd_extract(), cabd_merge(), cabd_open(), cabd_param(), cabd_search(), and mspack_destroy_cab_decompressor().
struct mscabd_decompress_state * mscab_decompressor_p::d |
struct mspack_system * mscab_decompressor_p::system |