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

#include <zipint.h>

Public Attributes

zip_extra_field_tnext
 
zip_flags_t flags
 
zip_uint16_t id
 
zip_uint16_t size
 
zip_uint8_tdata
 

Detailed Description

Definition at line 367 of file zipint.h.

Member Data Documentation

◆ data

zip_uint8_t* zip_extra_field::data

Definition at line 372 of file zipint.h.

Referenced by _zip_ef_merge(), and test_group_name.GroupTest::run().

◆ flags

zip_flags_t zip_extra_field::flags

Definition at line 369 of file zipint.h.

Referenced by cmd_descs_generate.Arg::__str__(), and _zip_ef_merge().

◆ id

zip_uint16_t zip_extra_field::id

Definition at line 370 of file zipint.h.

Referenced by _zip_ef_merge(), and capstone.CsInsn::insn_name().

◆ next

◆ size

zip_uint16_t zip_extra_field::size

Definition at line 371 of file zipint.h.

Referenced by _zip_ef_merge().


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