Rizin
unix-like reverse engineering framework and cli tools
|
Public Attributes | |
char * | name |
char * | archivename |
int | mode |
int | rw |
int | fd |
int | opened |
ut64 | entry |
int | perm |
ut8 | modified |
RzBuffer * | b |
char * | password |
ut8 | encryption_value |
RzIO * | io_backref |
char* rz_io_zfo_t::archivename |
Definition at line 43 of file io_zip.c.
Referenced by rz_io_zip_create_new_file(), rz_io_zip_flush_file(), and rz_io_zip_slurp_file().
RzBuffer* rz_io_zfo_t::b |
Definition at line 51 of file io_zip.c.
Referenced by rz_io_zip_create_new_file(), rz_io_zip_flush_file(), rz_io_zip_free_zipfileobj(), rz_io_zip_lseek(), rz_io_zip_read(), rz_io_zip_realloc_buf(), rz_io_zip_slurp_file(), rz_io_zip_truncate_buf(), and rz_io_zip_write().
ut64 rz_io_zfo_t::entry |
Definition at line 48 of file io_zip.c.
Referenced by find_apk_binary(), rz_io_zip_create_new_file(), rz_io_zip_flush_file(), rz_io_zip_open(), rz_io_zip_open_many(), and rz_io_zip_slurp_file().
int rz_io_zfo_t::fd |
Definition at line 46 of file io_zip.c.
Referenced by rz_io_zip_create_new_file().
RzIO* rz_io_zfo_t::io_backref |
Definition at line 54 of file io_zip.c.
Referenced by find_apk_binary(), rz_io_zip_open(), and rz_io_zip_open_many().
int rz_io_zfo_t::mode |
Definition at line 44 of file io_zip.c.
Referenced by test_group_name.GroupTest::run(), rz_io_zip_create_new_file(), rz_io_zip_flush_file(), and rz_io_zip_slurp_file().
ut8 rz_io_zfo_t::modified |
Definition at line 50 of file io_zip.c.
Referenced by rz_io_zip_free_zipfileobj(), rz_io_zip_resize(), and rz_io_zip_write().
char* rz_io_zfo_t::name |
Definition at line 42 of file io_zip.c.
Referenced by cmd_descs_generate.Arg::__str__(), cmd_descs_generate.Detail::__str__(), cmd_descs_generate.Arg::_get_choices_cname(), cmd_descs_generate.CmdDesc::_validate(), find_apk_binary(), cmd_descs_generate.Detail::get_detail_entries_cname(), test_group_name.GroupTest::run(), rz_io_zip_create_new_file(), rz_io_zip_flush_file(), rz_io_zip_free_zipfileobj(), rz_io_zip_open(), rz_io_zip_open_many(), and cmd_descs_generate.CmdDesc::str_tab().
int rz_io_zfo_t::opened |
Definition at line 47 of file io_zip.c.
Referenced by rz_io_zip_slurp_file().
char* rz_io_zfo_t::password |
Definition at line 52 of file io_zip.c.
Referenced by rz_io_zip_free_zipfileobj().
int rz_io_zfo_t::perm |
Definition at line 49 of file io_zip.c.
Referenced by rz_io_zip_create_new_file(), rz_io_zip_flush_file(), rz_io_zip_slurp_file(), and rz_io_zip_write().
int rz_io_zfo_t::rw |
Definition at line 45 of file io_zip.c.
Referenced by rz_io_zip_create_new_file(), rz_io_zip_flush_file(), and rz_io_zip_slurp_file().