Rizin
unix-like reverse engineering framework and cli tools
|
#include "rz_io.h"
Go to the source code of this file.
Classes | |
struct | RzIOMalloc |
Functions | |
int | io_memory_close (RzIODesc *fd) |
int | io_memory_read (RzIO *io, RzIODesc *fd, ut8 *buf, int count) |
ut64 | io_memory_lseek (RzIO *io, RzIODesc *fd, ut64 offset, int whence) |
int | io_memory_write (RzIO *io, RzIODesc *fd, const ut8 *buf, int count) |
bool | io_memory_resize (RzIO *io, RzIODesc *fd, ut64 count) |
Definition at line 114 of file io_memory.c.
References RzIOMalloc::buf, fd, and RZ_FREE.
Definition at line 125 of file io_memory.c.
References _io_malloc_off(), _io_malloc_set_off(), _io_malloc_sz(), fd, SEEK_CUR, SEEK_END, SEEK_SET, and ut64().
Definition at line 97 of file io_memory.c.
References _io_malloc_buf(), _io_malloc_off(), _io_malloc_set_off(), _io_malloc_sz(), count, fd, memcpy(), and memset().
Definition at line 74 of file io_memory.c.
References _io_malloc_buf(), _io_malloc_off(), _io_malloc_set_buf(), _io_malloc_set_sz(), _io_malloc_sz(), count, fd, free(), malloc(), memcpy(), memset(), NULL, and RZ_MIN.
Definition at line 56 of file io_memory.c.
References _io_malloc_buf(), _io_malloc_off(), _io_malloc_set_off(), _io_malloc_sz(), count, fd, and memcpy().