Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_core.h>
Public Attributes | |
struct rz_core_t * | core |
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... | |
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().
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().
int rz_core_file_t::fd |
Definition at line 154 of file rz_core.h.
Referenced by basefind_new_bin_file(), cb_cfgdebug(), close_but_cb(), cmd_debug_pid(), cmd_print_bars(), cmd_search_bin(), core_bin_reload(), core_file_do_load_for_debug(), core_file_do_load_for_io_plugin(), file_resize(), num_callback(), perform_mapped_file_yank(), reopen_nobin_headers(), resize_helper(), rz_core_analysis_search(), rz_core_bin_load(), rz_core_debug_attach(), rz_core_file_cur_fd(), rz_core_file_find_by_fd(), rz_core_file_find_by_name(), rz_core_file_reopen(), rz_core_file_set_by_file(), rz_core_get_boundaries_prot(), rz_core_rtr_gdb_cb(), rz_core_serve(), rz_core_shift_block(), rz_core_sysenv_begin(), rz_core_visual_title(), rz_resize_handler(), rz_resize_human_handler(), rz_seek_end_handler(), rz_write_from_file_handler(), and system_exec().
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().