Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_buf.h>
Public Attributes | |
ut64 | from |
inclusive More... | |
ut64 | to |
inclusive, there can't be chunks with size == 0 More... | |
ut8 * | data |
size == to - from + 1 More... | |
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().
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().
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().