Rizin
unix-like reverse engineering framework and cli tools
|
Public Attributes | |
ut8 * | buf |
ut64 | length |
ut64 | offset |
bool | is_bufowner |
Definition at line 13 of file buf_bytes.c.
ut8* buf_bytes_priv::buf |
Definition at line 14 of file buf_bytes.c.
Referenced by buf_bytes_fini(), buf_bytes_get_whole_buf(), buf_bytes_init(), buf_bytes_read(), buf_bytes_resize(), buf_bytes_write(), buf_mmap_init(), and buf_mmap_resize().
bool buf_bytes_priv::is_bufowner |
Definition at line 17 of file buf_bytes.c.
Referenced by buf_bytes_fini(), and buf_bytes_init().
ut64 buf_bytes_priv::length |
Definition at line 15 of file buf_bytes.c.
Referenced by buf_bytes_get_size(), buf_bytes_get_whole_buf(), buf_bytes_init(), buf_bytes_read(), buf_bytes_resize(), buf_bytes_seek(), buf_bytes_write(), buf_mmap_init(), and buf_mmap_resize().
ut64 buf_bytes_priv::offset |
Definition at line 16 of file buf_bytes.c.
Referenced by buf_bytes_init(), buf_bytes_read(), buf_bytes_seek(), buf_bytes_write(), and buf_mmap_init().