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

#include <rz_io.h>

Public Attributes

int fd
 
int perm
 
ut32 id
 
RzInterval itv
 
ut64 delta
 
RZ_NULLABLE char * name
 
void * user
 Uninterpreted data to be injected from outside. More...
 

Detailed Description

Definition at line 145 of file rz_io.h.

Member Data Documentation

◆ delta

ut64 rz_io_map_t::delta

Definition at line 150 of file rz_io.h.

Referenced by rz_core_get_boundaries_prot().

◆ fd

int rz_io_map_t::fd

Definition at line 146 of file rz_io.h.

◆ id

ut32 rz_io_map_t::id

Definition at line 148 of file rz_io.h.

Referenced by capstone.CsInsn::insn_name(), map_cpu_memory(), and rz_io_resize().

◆ itv

◆ name

◆ perm

int rz_io_map_t::perm

Definition at line 147 of file rz_io.h.

Referenced by rz_core_get_boundaries_prot().

◆ user

void* rz_io_map_t::user

Uninterpreted data to be injected from outside.

RZ_EVENT_IO_MAP_DEL may be listened to if any freeing is necessary. (Hint when part of RzCore: RzCoreIOMapInfo is stored here)

Definition at line 159 of file rz_io.h.

Referenced by add_map(), and io_create_mem_map().


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