Rizin
unix-like reverse engineering framework and cli tools
|
Description of a single memory mapping into virtual memory from a binary. More...
#include <rz_bin.h>
Public Attributes | |
ut64 | paddr |
address of the map inside the file More... | |
ut64 | psize |
size of the data inside the file More... | |
ut64 | vaddr |
address in the destination address space to map to More... | |
ut64 | vsize |
size to map in the destination address space. If vsize > psize, excessive bytes are meant to be filled with 0 More... | |
RZ_NULLABLE char * | name |
ut32 | perm |
RZ_NULLABLE char * | vfile_name |
Description of a single memory mapping into virtual memory from a binary.
RZ_NULLABLE char* rz_bin_map_t::name |
Definition at line 607 of file rz_bin.h.
Referenced by cmd_descs_generate.Arg::__str__(), cmd_descs_generate.Detail::__str__(), cmd_descs_generate.Arg::_get_choices_cname(), cmd_descs_generate.CmdDesc::_validate(), cmd_descs_generate.Detail::get_detail_entries_cname(), maps(), test_group_name.GroupTest::run(), and cmd_descs_generate.CmdDesc::str_tab().
ut64 rz_bin_map_t::paddr |
ut64 rz_bin_map_t::psize |
ut64 rz_bin_map_t::vaddr |
RZ_NULLABLE char* rz_bin_map_t::vfile_name |
ut64 rz_bin_map_t::vsize |