Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_buf.h>
Public Attributes | |
const RzBufferMethods * | methods |
void * | priv |
ut8 * | whole_buf |
bool | readonly |
ut8 | Oxff_priv |
int | refctr |
int | fd |
int rz_buf_t::fd |
Definition at line 50 of file rz_buf.h.
Referenced by rz_io_def_mmap_create_new_file().
const RzBufferMethods* rz_buf_t::methods |