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

#include <zipint.h>

Public Attributes

bool ok
 
bool free_data
 
zip_uint8_tdata
 
zip_uint64_t size
 
zip_uint64_t offset
 

Detailed Description

Definition at line 446 of file zipint.h.

Member Data Documentation

◆ data

zip_uint8_t* zip_buffer::data

Definition at line 450 of file zipint.h.

Referenced by test_group_name.GroupTest::run().

◆ free_data

bool zip_buffer::free_data

Definition at line 448 of file zipint.h.

◆ offset

zip_uint64_t zip_buffer::offset

Definition at line 452 of file zipint.h.

◆ ok

bool zip_buffer::ok

Definition at line 447 of file zipint.h.

◆ size

zip_uint64_t zip_buffer::size

Definition at line 451 of file zipint.h.


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