Rizin
unix-like reverse engineering framework and cli tools
rz_core_io_map_info_t Struct Reference

#include <rz_core.h>

Public Attributes

RzCoreFilecf
 
int perm_orig
 

Detailed Description

Data to be stored inside RzIOMap.user to track back to its origin

Definition at line 163 of file rz_core.h.

Member Data Documentation

◆ cf

RzCoreFile* rz_core_io_map_info_t::cf

Definition at line 164 of file rz_core.h.

◆ perm_orig

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.

Definition at line 174 of file rz_core.h.


The documentation for this struct was generated from the following file: