|
Rizin
unix-like reverse engineering framework and cli tools
|
Public Attributes | |
| zip_error_t | error |
| time_t | mtime |
| zip_file_attributes_t | attributes |
| buffer_t * | in |
| buffer_t * | out |
Definition at line 61 of file zip_source_buffer.c.
| zip_file_attributes_t read_data::attributes |
Definition at line 64 of file zip_source_buffer.c.
Referenced by zip_source_buffer_fragment_with_attributes_create(), and zip_source_buffer_with_attributes().
| zip_error_t read_data::error |
Definition at line 62 of file zip_source_buffer.c.
| buffer_t* read_data::in |
Definition at line 65 of file zip_source_buffer.c.
| time_t read_data::mtime |
Definition at line 63 of file zip_source_buffer.c.
| buffer_t* read_data::out |
Definition at line 66 of file zip_source_buffer.c.