|
Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_file.h>
Public Attributes | |
| ut8 * | buf |
| ut64 | base |
| ut64 | len |
| int | perm |
| int | mode |
| char * | filename |
| int | fd |
| ut8* rz_mmap_t::buf |
Definition at line 11 of file rz_file.h.
Referenced by buf_mmap_get_whole_buf(), and buf_mmap_init().
| int rz_mmap_t::fd |
Definition at line 17 of file rz_file.h.
Referenced by buf_mmap_init().
| ut64 rz_mmap_t::len |
Definition at line 13 of file rz_file.h.
Referenced by buf_mmap_get_whole_buf(), buf_mmap_init(), and buf_mmap_resize().
| int rz_mmap_t::mode |
Definition at line 15 of file rz_file.h.
Referenced by test_group_name.GroupTest::run().