Rizin
unix-like reverse engineering framework and cli tools
|
#include <zipint.h>
Public Attributes | |
zip_entry_t * | entry |
zip_uint64_t | nentry |
zip_uint64_t | nentry_alloc |
zip_uint64_t | size |
zip_uint64_t | offset |
zip_string_t * | comment |
bool | is_zip64 |
zip_string_t* zip_cdir::comment |
Definition at line 363 of file zipint.h.
Referenced by _zip_open().
zip_entry_t* zip_cdir::entry |
Definition at line 357 of file zipint.h.
Referenced by _zip_open().
zip_uint64_t zip_cdir::nentry |
Definition at line 358 of file zipint.h.
Referenced by _zip_open().
zip_uint64_t zip_cdir::nentry_alloc |
Definition at line 359 of file zipint.h.
Referenced by _zip_open().
zip_uint64_t zip_cdir::offset |
zip_uint64_t zip_cdir::size |