Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_core.h>
Public Attributes | |
RzCoreFile * | cf |
int | perm_orig |
Data to be stored inside RzIOMap.user to track back to its origin
RzCoreFile* rz_core_io_map_info_t::cf |
int rz_core_io_map_info_t::perm_orig |
Original perms as specified for example by the RzBinMap.
This may be different from the RzIOMap's perms because io will disable writing if the file has been opened read-only. If one needs the info whether a e.g. the segment causing this map is writeable, this is the place to look for. Used by rz-ghidra for example.