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

#include <rz_buf.h>

Public Attributes

ut64 from
 inclusive More...
 
ut64 to
 inclusive, there can't be chunks with size == 0 More...
 
ut8data
 size == to - from + 1 More...
 

Detailed Description

Definition at line 53 of file rz_buf.h.

Member Data Documentation

◆ data

ut8* rz_buf_sparse_chunk_t::data

size == to - from + 1

Definition at line 56 of file rz_buf.h.

Referenced by __write(), ihex_write(), test_group_name.GroupTest::run(), and sparse_write().

◆ from

ut64 rz_buf_sparse_chunk_t::from

inclusive

Definition at line 54 of file rz_buf.h.

Referenced by __write(), ihex_write(), and sparse_write().

◆ to

ut64 rz_buf_sparse_chunk_t::to

inclusive, there can't be chunks with size == 0

Definition at line 55 of file rz_buf.h.

Referenced by __write(), ihex_write(), and sparse_write().


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