Rizin
unix-like reverse engineering framework and cli tools
|
#include <string.h>
#include <rz_bin.h>
#include <rz_config.h>
#include <rz_cons.h>
#include <rz_core.h>
#include <rz_demangler.h>
#include "../bin/pdb/pdb_downloader.h"
#include "../core_private.h"
Go to the source code of this file.
Macros | |
#define | GET_CHECK_CUR_BINFILE(core) |
Enumerations | |
enum | PrintSourceInfoType { PRINT_SOURCE_INFO_LINES_ALL , PRINT_SOURCE_INFO_LINES_HERE , PRINT_SOURCE_INFO_FILES } |
#define GET_CHECK_CUR_BINFILE | ( | core | ) |
Definition at line 176 of file cmd_info.c.
enum PrintSourceInfoType |
Enumerator | |
---|---|
PRINT_SOURCE_INFO_LINES_ALL | |
PRINT_SOURCE_INFO_LINES_HERE | |
PRINT_SOURCE_INFO_FILES |
Definition at line 60 of file cmd_info.c.
|
static |
Definition at line 13 of file cmd_info.c.
References rz_bin_info_t::arch, rz_bin_object_t::info, rz_bin_section_t::perm, RZ_PERM_X, and rz_bin_object_t::sections.
Referenced by rz_cmd_info_handler().
|
static |
Definition at line 29 of file cmd_info.c.
References rz_bin_file_hash_t::hex, rz_return_val_if_fail, and rz_bin_file_hash_t::type.
Referenced by rz_cmd_info_hashes_handler().
|
static |
Definition at line 535 of file cmd_info.c.
References rz_demangler_plugin_t::author, rz_demangler_plugin_t::language, rz_demangler_plugin_t::license, pj_end(), pj_ks(), pj_o(), rz_cons_printf(), rz_cons_println(), RZ_OUTPUT_MODE_JSON, RZ_OUTPUT_MODE_QUIET, RZ_OUTPUT_MODE_TABLE, rz_table_add_rowf(), and rz_warn_if_reached.
Referenced by rz_cmd_info_demangle_handler(), and rz_cmd_info_demangle_list_handler().
|
static |
Definition at line 66 of file cmd_info.c.
References rz_core_t::bin, rz_bin_t::cur, files, free(), i, rz_bin_object_t::lines, NULL, rz_bin_file_t::o, rz_core_t::offset, pj_a(), pj_end(), pj_s(), PRINT_SOURCE_INFO_FILES, PRINT_SOURCE_INFO_LINES_ALL, PRINT_SOURCE_INFO_LINES_HERE, rz_bin_source_line_info_get_first_at(), rz_bin_source_line_info_get_next(), rz_cmd_state_output_array_end(), rz_cmd_state_output_array_start(), rz_cons_printf(), rz_core_bin_print_source_line_info(), rz_core_bin_print_source_line_sample(), RZ_OUTPUT_MODE_JSON, rz_pvector_fini(), rz_pvector_foreach, rz_pvector_init(), rz_pvector_sort(), s, rz_bin_source_line_info_t::samples, rz_bin_source_line_info_t::samples_count, source_file_collect_cb(), and type.
Referenced by rz_cmd_info_source_handler(), rz_cmd_info_sourcelines_handler(), and rz_cmd_info_sourcelines_here_handler().
RZ_IPI RzCmdStatus rz_cmd_info_all_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv, | ||
RzCmdStateOutput * | state | ||
) |
Definition at line 187 of file cmd_info.c.
References GET_CHECK_CUR_BINFILE, mask, NULL, pj_end(), pj_o(), RZ_CMD_STATUS_ERROR, RZ_CMD_STATUS_OK, rz_core_bin_print(), and RZ_OUTPUT_MODE_JSON.
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_cmd_info_archs_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv, | ||
RzCmdStateOutput * | state | ||
) |
Definition at line 183 of file cmd_info.c.
References rz_core_t::bin, bool2status(), and rz_core_bin_archs_print().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_cmd_info_binary_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv, | ||
RzCmdStateOutput * | state | ||
) |
Definition at line 436 of file cmd_info.c.
References bool2status(), GET_CHECK_CUR_BINFILE, and rz_core_bin_info_print().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_cmd_info_class_as_source_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 406 of file cmd_info.c.
References argv, bool2status(), GET_CHECK_CUR_BINFILE, and rz_core_bin_class_as_source_print().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_cmd_info_class_fields_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv, | ||
RzCmdStateOutput * | state | ||
) |
Definition at line 411 of file cmd_info.c.
References argv, bool2status(), GET_CHECK_CUR_BINFILE, and rz_core_bin_class_fields_print().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_cmd_info_class_methods_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv, | ||
RzCmdStateOutput * | state | ||
) |
Definition at line 416 of file cmd_info.c.
References argv, bool2status(), GET_CHECK_CUR_BINFILE, and rz_core_bin_class_methods_print().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_cmd_info_classes_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv, | ||
RzCmdStateOutput * | state | ||
) |
Definition at line 401 of file cmd_info.c.
References bool2status(), GET_CHECK_CUR_BINFILE, and rz_core_bin_classes_print().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_cmd_info_cur_export_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv, | ||
RzCmdStateOutput * | state | ||
) |
Definition at line 223 of file cmd_info.c.
References bool2status(), GET_CHECK_CUR_BINFILE, and rz_core_bin_cur_export_print().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_cmd_info_cur_section_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv, | ||
RzCmdStateOutput * | state | ||
) |
Definition at line 269 of file cmd_info.c.
References argv, bool2status(), GET_CHECK_CUR_BINFILE, RZ_CMD_STATUS_ERROR, rz_core_bin_cur_section_print(), rz_list_free(), and rz_list_new_from_array().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_cmd_info_cur_segment_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv, | ||
RzCmdStateOutput * | state | ||
) |
Definition at line 351 of file cmd_info.c.
References argv, bool2status(), GET_CHECK_CUR_BINFILE, RZ_CMD_STATUS_ERROR, rz_core_bin_cur_segment_print(), rz_list_free(), and rz_list_new_from_array().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_cmd_info_cur_symbol_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv, | ||
RzCmdStateOutput * | state | ||
) |
Definition at line 233 of file cmd_info.c.
References bool2status(), GET_CHECK_CUR_BINFILE, and rz_core_bin_cur_symbol_print().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_cmd_info_demangle_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 576 of file cmd_info.c.
References argv, rz_core_t::bin, rz_bin_t::demangler, free(), NULL, output, print_demangler_info(), RZ_CMD_STATUS_ERROR, RZ_CMD_STATUS_OK, rz_cons_printf(), rz_cons_println(), rz_demangler_plugin_iterate(), and rz_demangler_resolve().
Referenced by rzshell_cmddescs_init().
Definition at line 562 of file cmd_info.c.
References rz_core_t::bin, rz_bin_t::demangler, i, rz_demangler_plugin_t::language, NULL, rz_demangler_t::plugins, rz_list_length(), RZ_NEWS0, and strdup().
RZ_IPI RzCmdStatus rz_cmd_info_demangle_list_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv, | ||
RzCmdStateOutput * | state | ||
) |
Definition at line 588 of file cmd_info.c.
References rz_core_t::bin, rz_bin_t::demangler, print_demangler_info(), rz_cmd_state_output_array_end(), rz_cmd_state_output_array_start(), rz_cmd_state_output_set_columnsf(), RZ_CMD_STATUS_OK, and rz_demangler_plugin_iterate().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_cmd_info_dwarf_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv, | ||
RzCmdStateOutput * | state | ||
) |
Definition at line 463 of file cmd_info.c.
References bool2status(), GET_CHECK_CUR_BINFILE, and rz_core_bin_dwarf_print().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_cmd_info_entry_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv, | ||
RzCmdStateOutput * | state | ||
) |
Definition at line 208 of file cmd_info.c.
References bool2status(), GET_CHECK_CUR_BINFILE, and rz_core_bin_entries_print().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_cmd_info_entryexits_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv, | ||
RzCmdStateOutput * | state | ||
) |
Definition at line 213 of file cmd_info.c.
References bool2status(), GET_CHECK_CUR_BINFILE, and rz_core_bin_initfini_print().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_cmd_info_exports_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv, | ||
RzCmdStateOutput * | state | ||
) |
Definition at line 218 of file cmd_info.c.
References bool2status(), GET_CHECK_CUR_BINFILE, NULL, and rz_core_bin_exports_print().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_cmd_info_fields_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv, | ||
RzCmdStateOutput * | state | ||
) |
Definition at line 426 of file cmd_info.c.
References bool2status(), GET_CHECK_CUR_BINFILE, and rz_core_bin_fields_print().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_cmd_info_guess_size_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv, | ||
RzCmdStateOutput * | state | ||
) |
Definition at line 706 of file cmd_info.c.
References bool2status(), GET_CHECK_CUR_BINFILE, pj_end(), pj_k(), pj_o(), rz_core_bin_size_print(), and RZ_OUTPUT_MODE_JSON.
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_cmd_info_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv, | ||
RzCmdStateOutput * | state | ||
) |
Definition at line 379 of file cmd_info.c.
References rz_core_t::bin, bin_is_executable(), bool2status(), rz_core_t::file, rz_bin_file_t::o, pj_end(), pj_k(), pj_o(), rz_bin_cur(), RZ_CMD_STATUS_ERROR, rz_core_bin_info_print(), rz_core_file_info_print(), and RZ_OUTPUT_MODE_JSON.
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_cmd_info_hashes_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv, | ||
RzCmdStateOutput * | state | ||
) |
Definition at line 612 of file cmd_info.c.
References rz_core_t::bin, rz_core_t::config, eprintf, free(), GET_CHECK_CUR_BINFILE, rz_bin_file_hash_t::hex, info(), is_equal_file_hashes(), key, limit, pj_end(), pj_ks(), pj_o(), rz_bin_file_compute_hashes(), rz_bin_file_set_hashes(), rz_bin_get_info(), RZ_CMD_STATUS_ERROR, RZ_CMD_STATUS_OK, rz_config_get_i(), rz_cons_printf(), rz_list_free(), rz_list_iterator(), RZ_OUTPUT_MODE_JSON, RZ_OUTPUT_MODE_STANDARD, rz_str_newf(), rz_warn_if_reached, rz_bin_file_hash_t::type, and ut64().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_cmd_info_headers_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 431 of file cmd_info.c.
References bool2status(), GET_CHECK_CUR_BINFILE, and rz_core_bin_headers_print().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_cmd_info_imports_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv, | ||
RzCmdStateOutput * | state | ||
) |
Definition at line 238 of file cmd_info.c.
References bool2status(), GET_CHECK_CUR_BINFILE, NULL, and rz_core_bin_imports_print().
Referenced by rzshell_cmddescs_init().
Definition at line 131 of file cmd_info.c.
References rz_core_t::bin, eprintf, free(), input(), rz_bin_object_t::kv, NULL, rz_bin_cur_object(), rz_core_bin_export_info(), RZ_MODE_RIZINCMD, and sdb_querys().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_cmd_info_libs_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv, | ||
RzCmdStateOutput * | state | ||
) |
Definition at line 243 of file cmd_info.c.
References bool2status(), GET_CHECK_CUR_BINFILE, and rz_core_bin_libs_print().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_cmd_info_main_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv, | ||
RzCmdStateOutput * | state | ||
) |
Definition at line 248 of file cmd_info.c.
References bool2status(), GET_CHECK_CUR_BINFILE, and rz_core_bin_main_print().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_cmd_info_memory_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv, | ||
RzCmdStateOutput * | state | ||
) |
Definition at line 596 of file cmd_info.c.
References bool2status(), GET_CHECK_CUR_BINFILE, and rz_core_bin_memory_print().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_cmd_info_pdb_download_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv, | ||
RzCmdStateOutput * | state | ||
) |
Definition at line 507 of file cmd_info.c.
References rz_core_t::bin, rz_core_t::config, SPDBOptions::extract, NULL, pj_end(), pj_o(), r, rz_bin_pdb_download(), RZ_CMD_STATUS_ERROR, RZ_CMD_STATUS_OK, rz_config_get(), rz_config_get_i(), RZ_LOG_ERROR, RZ_OUTPUT_MODE_JSON, SPDBOptions::symbol_server, and SPDBOptions::symbol_store_path.
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_cmd_info_pdb_load_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv, | ||
RzCmdStateOutput * | state | ||
) |
Definition at line 468 of file cmd_info.c.
References argv, bool2status(), free(), RZ_CMD_STATUS_ERROR, rz_core_bin_pdb_get_filename(), rz_core_bin_pdb_load(), rz_file_exists(), RZ_LOG_ERROR, status, and strdup().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_cmd_info_pdb_show_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv, | ||
RzCmdStateOutput * | state | ||
) |
Definition at line 485 of file cmd_info.c.
References rz_core_t::analysis, argv, free(), rz_bin_pdb_free(), RZ_CMD_STATUS_ERROR, RZ_CMD_STATUS_OK, rz_core_bin_pdb_get_filename(), rz_core_pdb_info_print(), rz_core_pdb_load_info(), rz_file_exists(), RZ_LOG_ERROR, strdup(), and rz_analysis_t::typedb.
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_cmd_info_plugins_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv, | ||
RzCmdStateOutput * | state | ||
) |
Definition at line 441 of file cmd_info.c.
References argv, rz_core_t::bin, rz_bin_plugin_get(), rz_bin_xtrplugin_get(), RZ_CMD_STATUS_ERROR, RZ_CMD_STATUS_OK, rz_core_bin_plugin_print(), rz_core_bin_plugins_print(), and rz_core_binxtr_plugin_print().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_cmd_info_purge_string_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 372 of file cmd_info.c.
References rz_core_t::bin, rz_core_t::config, rz_core_t::offset, PFMT64x, RZ_CMD_STATUS_OK, rz_config_set(), rz_strf, rz_bin_t::strpurge, and autogen_x86imm::tmp.
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_cmd_info_relocs_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv, | ||
RzCmdStateOutput * | state | ||
) |
Definition at line 253 of file cmd_info.c.
References bool2status(), GET_CHECK_CUR_BINFILE, and rz_core_bin_relocs_print().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_cmd_info_resources_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv, | ||
RzCmdStateOutput * | state | ||
) |
Definition at line 601 of file cmd_info.c.
References argv, bool2status(), GET_CHECK_CUR_BINFILE, RZ_CMD_STATUS_ERROR, rz_core_bin_resources_print(), rz_list_free(), and rz_list_new_from_array().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_cmd_info_section_bars_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 280 of file cmd_info.c.
References rz_core_t::bin, free(), info(), rz_core_t::io, list(), NULL, rz_core_t::offset, rz_bin_cur_object(), rz_bin_object_get_sections(), RZ_CMD_STATUS_ERROR, RZ_CMD_STATUS_OK, rz_cons_get_size(), rz_cons_printf(), rz_core_table(), rz_list_append(), rz_list_free(), rz_list_newf(), rz_listinfo_free(), rz_listinfo_new(), RZ_LOG_ERROR, rz_num_units(), rz_table_free(), rz_table_tostring(), rz_table_visual_list(), s, sections(), section::size, and rz_io_t::va.
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_cmd_info_sections_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv, | ||
RzCmdStateOutput * | state | ||
) |
Definition at line 258 of file cmd_info.c.
References argv, bool2status(), GET_CHECK_CUR_BINFILE, NULL, RZ_CMD_STATUS_ERROR, rz_core_bin_sections_print(), rz_list_free(), and rz_list_new_from_array().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_cmd_info_segments_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv, | ||
RzCmdStateOutput * | state | ||
) |
Definition at line 340 of file cmd_info.c.
References argv, bool2status(), GET_CHECK_CUR_BINFILE, NULL, RZ_CMD_STATUS_ERROR, rz_core_bin_segments_print(), rz_list_free(), and rz_list_new_from_array().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_cmd_info_signature_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv, | ||
RzCmdStateOutput * | state | ||
) |
Definition at line 421 of file cmd_info.c.
References bool2status(), GET_CHECK_CUR_BINFILE, and rz_core_bin_signatures_print().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_cmd_info_source_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv, | ||
RzCmdStateOutput * | state | ||
) |
Definition at line 702 of file cmd_info.c.
References bool2status(), print_source_info(), and PRINT_SOURCE_INFO_FILES.
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_cmd_info_sourcelines_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv, | ||
RzCmdStateOutput * | state | ||
) |
Definition at line 694 of file cmd_info.c.
References bool2status(), print_source_info(), and PRINT_SOURCE_INFO_LINES_ALL.
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_cmd_info_sourcelines_here_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv, | ||
RzCmdStateOutput * | state | ||
) |
Definition at line 698 of file cmd_info.c.
References bool2status(), print_source_info(), and PRINT_SOURCE_INFO_LINES_HERE.
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_cmd_info_strings_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv, | ||
RzCmdStateOutput * | state | ||
) |
Definition at line 362 of file cmd_info.c.
References bool2status(), GET_CHECK_CUR_BINFILE, and rz_core_bin_strings_print().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_cmd_info_symbols_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv, | ||
RzCmdStateOutput * | state | ||
) |
Definition at line 228 of file cmd_info.c.
References bool2status(), GET_CHECK_CUR_BINFILE, NULL, and rz_core_bin_symbols_print().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_cmd_info_trycatch_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv, | ||
RzCmdStateOutput * | state | ||
) |
Definition at line 689 of file cmd_info.c.
References bool2status(), GET_CHECK_CUR_BINFILE, and rz_core_bin_trycatch_print().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_cmd_info_versions_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv, | ||
RzCmdStateOutput * | state | ||
) |
Definition at line 684 of file cmd_info.c.
References bool2status(), GET_CHECK_CUR_BINFILE, and rz_core_bin_versions_print().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_cmd_info_whole_strings_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv, | ||
RzCmdStateOutput * | state | ||
) |
Definition at line 367 of file cmd_info.c.
References rz_core_t::bin, bool2status(), rz_bin_cur(), and rz_core_bin_whole_strings_print().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_cmd_pdb_extract_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 526 of file cmd_info.c.
References argv, rz_bin_pdb_extract_in_folder(), RZ_CMD_STATUS_ERROR, and RZ_CMD_STATUS_OK.
Referenced by rzshell_cmddescs_init().
Definition at line 51 of file cmd_info.c.
References f, k, r, rz_pvector_push(), and strdup().
Referenced by print_source_info().