Rizin
unix-like reverse engineering framework and cli tools
|
#include <zipint.h>
Public Attributes | |
zip_uint8_t * | raw |
zip_uint16_t | length |
enum zip_encoding_type | encoding |
zip_uint8_t * | converted |
zip_uint32_t | converted_length |
zip_uint8_t* zip_string::converted |
Definition at line 422 of file zipint.h.
Referenced by _zip_string_get().
zip_uint32_t zip_string::converted_length |
Definition at line 423 of file zipint.h.
Referenced by _zip_string_get().
enum zip_encoding_type zip_string::encoding |
Definition at line 420 of file zipint.h.
Referenced by _zip_string_get(), and zip_file_set_comment().
zip_uint16_t zip_string::length |
Definition at line 420 of file zipint.h.
Referenced by _zip_cdir_write(), and _zip_string_get().
zip_uint8_t* zip_string::raw |
Definition at line 419 of file zipint.h.
Referenced by _zip_cdir_write(), _zip_dirent_apply_attributes(), and _zip_string_get().