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

#include <zipint.h>

Public Attributes

zip_entry_tentry
 
zip_uint64_t nentry
 
zip_uint64_t nentry_alloc
 
zip_uint64_t size
 
zip_uint64_t offset
 
zip_string_tcomment
 
bool is_zip64
 

Detailed Description

Definition at line 356 of file zipint.h.

Member Data Documentation

◆ comment

zip_string_t* zip_cdir::comment

Definition at line 363 of file zipint.h.

Referenced by _zip_open().

◆ entry

zip_entry_t* zip_cdir::entry

Definition at line 357 of file zipint.h.

Referenced by _zip_open().

◆ is_zip64

bool zip_cdir::is_zip64

Definition at line 364 of file zipint.h.

◆ nentry

zip_uint64_t zip_cdir::nentry

Definition at line 358 of file zipint.h.

Referenced by _zip_open().

◆ nentry_alloc

zip_uint64_t zip_cdir::nentry_alloc

Definition at line 359 of file zipint.h.

Referenced by _zip_open().

◆ offset

zip_uint64_t zip_cdir::offset

Definition at line 362 of file zipint.h.

◆ size

zip_uint64_t zip_cdir::size

Definition at line 361 of file zipint.h.


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