Rizin
unix-like reverse engineering framework and cli tools
|
Public Attributes | |
char * | name |
zip_uint64_t | size |
zip_uint32_t | crc |
zip_uint32_t | comp_method |
struct ef * | extra_fields |
zip_uint16_t | n_extra_fields |
const char * | comment |
zip_uint32_t | comment_length |
const char* entry::comment |
Definition at line 84 of file zipcmp.c.
Referenced by compare_zip(), entry_paranoia_checks(), and rz_cmd_desc_details_free().
zip_uint32_t entry::comment_length |
Definition at line 85 of file zipcmp.c.
Referenced by compare_zip(), and entry_paranoia_checks().
zip_uint32_t entry::comp_method |
Definition at line 81 of file zipcmp.c.
Referenced by entry_paranoia_checks().
zip_uint32_t entry::crc |
Definition at line 80 of file zipcmp.c.
Referenced by entry_cmp(), and test_file().
struct ef* entry::extra_fields |
Definition at line 82 of file zipcmp.c.
Referenced by ef_compare().
zip_uint16_t entry::n_extra_fields |
Definition at line 83 of file zipcmp.c.
Referenced by ef_compare().
char* entry::name |
Definition at line 78 of file zipcmp.c.
Referenced by cmd_descs_generate.Arg::__str__(), cmd_descs_generate.Detail::__str__(), cmd_descs_generate.Arg::_get_choices_cname(), cmd_descs_generate.CmdDesc::_validate(), _zip_hash_add(), _zip_hash_delete(), _zip_hash_lookup(), entry_cmp(), entry_ignore(), cmd_descs_generate.Detail::get_detail_entries_cname(), parse_line_header_source(), test_group_name.GroupTest::run(), rz_core_cmd_new(), and cmd_descs_generate.CmdDesc::str_tab().
zip_uint64_t entry::size |
Definition at line 79 of file zipcmp.c.
Referenced by entry_cmp(), get_rebase_infos(), rz_kext_index_vget(), and ts_tree_cursor_goto_parent().