Rizin
unix-like reverse engineering framework and cli tools
|
#include <cab.h>
Public Attributes | |
struct mscabd_folder_p * | folder |
struct mscabd_folder_data * | data |
unsigned int | offset |
unsigned int | block |
off_t | outlen |
struct mspack_system | sys |
int | comp_type |
int(* | decompress )(void *, off_t) |
void * | state |
struct mscabd_cabinet_p * | incab |
struct mspack_file * | infh |
struct mspack_file * | outfh |
unsigned char * | i_ptr |
unsigned char * | i_end |
unsigned char | input [CAB_INPUTBUF] |
struct mscabd_folder_data * mscabd_decompress_state::data |
Definition at line 97 of file cab.h.
Referenced by test_group_name.GroupTest::run().
struct mscabd_folder_p * mscabd_decompress_state::folder |
struct mscabd_cabinet_p * mscabd_decompress_state::incab |
struct mspack_file * mscabd_decompress_state::infh |
struct mspack_file * mscabd_decompress_state::outfh |
struct mspack_system mscabd_decompress_state::sys |
Definition at line 100 of file cab.h.
Referenced by cabd_extract().