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

#include <rz_core.h>

Public Attributes

struct rz_core_tcore
 
int dbg
 
int fd
 
RzPVector binfiles
 all bin files that have been created for this core file More...
 
RzPVector extra_files
 additional files opened during mapping, for example for zeroed maps More...
 
RzPVector maps
 all maps that have been created as a result of loading this file More...
 

Detailed Description

Definition at line 151 of file rz_core.h.

Member Data Documentation

◆ binfiles

RzPVector rz_core_file_t::binfiles

all bin files that have been created for this core file

Definition at line 155 of file rz_core.h.

Referenced by core_file_do_load_for_debug(), core_file_do_load_for_io_plugin(), map_multi_dex(), rz_core_file_bin_file_deleted(), and rz_core_file_free().

◆ core

struct rz_core_t* rz_core_file_t::core

Definition at line 152 of file rz_core.h.

◆ dbg

int rz_core_file_t::dbg

Definition at line 153 of file rz_core.h.

◆ extra_files

RzPVector rz_core_file_t::extra_files

additional files opened during mapping, for example for zeroed maps

Definition at line 156 of file rz_core.h.

Referenced by find_reusable_file(), rz_core_file_free(), and rz_core_file_io_desc_closed().

◆ fd

◆ maps

RzPVector rz_core_file_t::maps

all maps that have been created as a result of loading this file

Definition at line 157 of file rz_core.h.

Referenced by rz_core_file_free(), and rz_core_file_io_map_deleted().


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