Rizin
unix-like reverse engineering framework and cli tools
rz_io_zfo_t Struct Reference

Public Attributes

char * name
 
char * archivename
 
int mode
 
int rw
 
int fd
 
int opened
 
ut64 entry
 
int perm
 
ut8 modified
 
RzBufferb
 
char * password
 
ut8 encryption_value
 
RzIOio_backref
 

Detailed Description

Definition at line 41 of file io_zip.c.

Member Data Documentation

◆ archivename

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().

◆ b

◆ encryption_value

ut8 rz_io_zfo_t::encryption_value

Definition at line 53 of file io_zip.c.

◆ entry

◆ fd

int rz_io_zfo_t::fd

Definition at line 46 of file io_zip.c.

Referenced by rz_io_zip_create_new_file().

◆ io_backref

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().

◆ mode

◆ modified

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().

◆ name

◆ opened

int rz_io_zfo_t::opened

Definition at line 47 of file io_zip.c.

Referenced by rz_io_zip_slurp_file().

◆ password

char* rz_io_zfo_t::password

Definition at line 52 of file io_zip.c.

Referenced by rz_io_zip_free_zipfileobj().

◆ perm

int rz_io_zfo_t::perm

◆ rw

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().


The documentation for this struct was generated from the following file: