Rizin
unix-like reverse engineering framework and cli tools
|
#include "rz_core.h"
#include "rz_socket.h"
#include <libgdbr.h>
#include <gdbserver/core.h>
#include "rtr_http.c"
#include "rtr_shell.c"
Go to the source code of this file.
Classes | |
struct | rz_core_rtr_host_t |
struct | TextLog |
struct | RapThread |
Macros | |
#define | rtr_n core->rtr_n |
#define | rtr_host core->rtr_host |
Variables | |
static RzSocket * | s = NULL |
static RzThread * | rapthread = NULL |
static const char * | listenport = NULL |
|
static |
Definition at line 156 of file rtr.c.
References alarm, rz_core_t::config, eprintf, rz_config_get_i(), and rz_sys_signal().
Referenced by rz_core_rtr_http_run().
Definition at line 61 of file rtr.c.
References calloc(), rz_core_t::config, free(), msg, rz_config_get(), rz_config_get_i(), rz_file_dump(), and vsnprintf.
Referenced by rz_core_rtr_http_run().
|
static |
Definition at line 131 of file rtr.c.
References eprintf, file, files, path, rz_list_free(), rz_str_append(), rz_str_appendf(), rz_sys_dir(), and strdup().
Referenced by rz_core_rtr_http_run().
Definition at line 81 of file rtr.c.
References free(), len, NULL, rz_socket_http_get(), rz_str_newf(), rz_str_uri_encode(), cmd_descs_generate::str, and T.
Referenced by rtr_visual().
Definition at line 651 of file rtr.c.
References rz_core_t::config, eprintf, fd, free(), i, input(), len, n, name, NULL, rz_core_t::num, rtr_host, RTR_MAX_HOSTS, rtr_n, RTR_PROTOCOL_HTTP, RTR_PROTOCOL_RAP, RTR_PROTOCOL_TCP, RTR_PROTOCOL_UDP, RTR_PROTOCOL_UNIX, rz_config_get_i(), rz_num_get(), rz_socket_connect_tcp, rz_socket_connect_udp, rz_socket_connect_unix, rz_socket_free(), rz_socket_http_get(), rz_socket_new(), rz_socket_rap_client_open(), rz_str_endswith(), rz_str_ndup(), rz_str_newf(), rz_str_trim(), rz_str_trim_head_ro(), s, cmd_descs_generate::str, timeout, and rz_num_t::value.
Referenced by rz_cmd_remote(), and rz_remote_add_handler().
Definition at line 850 of file rtr.c.
References rz_core_t::analysis, calloc(), cmd, rz_core_t::config, RapThread::core, rz_analysis_t::coreb, eprintf, fd, rz_core_rtr_host_t::fd, fh, free(), rz_core_rtr_host_t::host, RapThread::input, input(), int, len, RapThread::loop, maxlen, NULL, rz_core_t::num, rz_core_rtr_host_t::port, rapthread, rtr_host, RTR_MAX_HOSTS, rtr_n, RTR_PROTOCOL_HTTP, RTR_PROTOCOL_RAP, RTR_PROTOCOL_TCP, rz_atomic_bool_new(), rz_config_get_i(), rz_cons_println(), rz_cons_sleep_begin(), rz_cons_sleep_end(), rz_core_rtr_rap_run(), rz_core_rtr_rap_thread(), RZ_LOG_ERROR, RZ_LOG_WARN, RZ_NEW0, rz_socket_close(), rz_socket_connect(), rz_socket_free(), rz_socket_http_get(), RZ_SOCKET_PROTO_TCP, rz_socket_rap_client_command(), rz_socket_read_block(), rz_socket_write(), rz_str_newf(), rz_str_trim_head_ro(), rz_th_new(), rz_th_set_affinity(), rz_th_set_name(), s, sdb_fmt(), cmd_descs_generate::str, strdup(), and rz_num_t::value.
Referenced by __rtr_shell(), handle_ts_stmt(), rz_cmd_remote(), rz_remote_handler(), rz_remote_rap_bg_handler(), and rz_remote_rap_handler().
Definition at line 1225 of file rtr.c.
References rz_core_t::config, eprintf, free(), i, listenport, rz_socket_t::local, NULL, rz_config_get_i(), rz_cons_break_pop(), rz_cons_break_push(), rz_cons_is_breaked(), rz_cons_printf(), rz_cons_sleep_begin(), rz_cons_sleep_end(), rz_core_cmd_str(), rz_core_rtr_http_stop(), rz_socket_accept(), rz_socket_close(), rz_socket_free(), rz_socket_listen(), rz_socket_new(), rz_socket_read(), rz_socket_write(), s, and cmd_descs_generate::str.
Referenced by rz_remote_tcp_handler().
RZ_API char* rz_core_rtr_cmds_query | ( | RzCore * | core, |
const char * | host, | ||
const char * | port, | ||
const char * | cmd | ||
) |
Definition at line 983 of file rtr.c.
References cmd, eprintf, NULL, rz_socket_connect(), rz_socket_free(), rz_socket_new(), RZ_SOCKET_PROTO_TCP, rz_socket_read(), rz_socket_write(), rz_str_append(), rz_sys_usleep(), s, strdup(), and timeout.
Referenced by rz_remote_tcp_handler().
Definition at line 571 of file rtr.c.
References eprintf, rz_core_t::gdbserver_up, path, and rz_core_rtr_gdb_run().
Referenced by rz_equal_g_handler_old().
|
static |
Definition at line 278 of file rtr.c.
References cmd, rz_core_t::config, rz_debug_t::cur, rz_core_t::dbg, desc, rz_core_file_t::fd, rz_core_t::file, g, rz_core_t::io, isspace, len, list(), memset(), name, gdb_reg::name, NULL, off, out_buf, PFMT64x, rz_debug_t::pid, rz_debug_pid_t::pid, r, rz_debug_t::reason, rz_debug_t::reg, rz_config_get_i(), rz_core_cmd(), rz_debug_get_baddr(), RZ_DEBUG_REASON_BREAKPOINT, RZ_DEBUG_REASON_STEP, RZ_DEBUG_REASON_TRAP, rz_debug_reg_sync(), rz_io_desc_get(), rz_io_read_at(), RZ_MIN, rz_reg_get(), rz_reg_get_value(), rz_reg_get_value_big(), rz_reg_getv(), RZ_REG_TYPE_ANY, gdb_reg::size, snprintf, swap_big_regs(), rz_debug_plugin_t::threads, rz_debug_t::tid, rz_debug_reason_t::type, ut64(), write_big_reg(), and write_reg_val().
Referenced by rz_core_rtr_gdb_run().
Definition at line 480 of file rtr.c.
References arch, args, baddr(), bits(), rz_core_t::config, eprintf, free(), g, gdbr_cleanup(), gdbr_init(), gdbr_server_serve(), gdbr_set_architecture(), rz_core_t::gdbserver_up, NULL, p, path, rz_config_get(), rz_config_get_i(), rz_core_bin_load(), rz_core_file_open(), rz_core_file_reopen_debug(), rz_core_rtr_gdb_cb(), RZ_NEW0, RZ_PERM_R, rz_socket_accept(), rz_socket_close(), rz_socket_free(), rz_socket_listen(), rz_socket_new(), rz_str_trim_head_ro(), rz_sys_arch_id(), snprintf, and ut64().
Referenced by rz_core_rtr_gdb().
Definition at line 110 of file rtr.c.
References rz_core_t::config, listenport, NULL, rz_config_get(), rz_cons_singleton(), rz_socket_connect(), rz_socket_free(), rz_socket_http_server_set_breaked(), rz_socket_new(), RZ_SOCKET_PROTO_TCP, s, and timeout.
Referenced by rz_core_rtr_cmds(), and rz_core_rtr_http_run().
RZ_API bool rz_core_rtr_init | ( | RZ_NONNULL RzCore * | core | ) |
Allocates core rtr structure.
core | RzCore to initialize rtr structure |
Definition at line 1020 of file rtr.c.
References rtr_host, RTR_MAX_HOSTS, RZ_NEWS0, and rz_return_val_if_fail.
Referenced by rz_core_init().
Definition at line 631 of file rtr.c.
References fd, i, rtr_host, RTR_MAX_HOSTS, RTR_PROTOCOL_HTTP, RTR_PROTOCOL_RAP, RTR_PROTOCOL_TCP, RTR_PROTOCOL_UDP, RTR_PROTOCOL_UNIX, and rz_cons_printf().
Referenced by rz_cmd_remote(), and rz_remote_handler().
Definition at line 582 of file rtr.c.
References cmd, eprintf, fd, free(), input(), NULL, rtr_host, RTR_MAX_HOSTS, rtr_n, RTR_PROTOCOL_HTTP, RTR_PROTOCOL_RAP, RTR_PROTOCOL_TCP, RTR_PROTOCOL_UDP, RTR_PROTOCOL_UNIX, rz_core_cmd_str(), rz_socket_write(), and cmd_descs_generate::str.
Referenced by rz_cmd_remote(), and rz_remote_send_handler().
Definition at line 818 of file rtr.c.
References rz_cons_context_t::breaked, rz_cons_t::context, fd, flags, input(), rz_core_t::io, rz_cons_singleton(), rz_core_serve(), rz_io_desc_close(), rz_io_is_listener(), rz_io_open_nomap(), RZ_PERM_RW, and rz_str_newf().
Referenced by rz_core_rtr_cmd(), and rz_core_rtr_rap_thread().
|
static |
Definition at line 838 of file rtr.c.
References RapThread::core, RapThread::input, RapThread::loop, loop, NULL, rz_atomic_bool_get(), and rz_core_rtr_rap_run().
Referenced by rz_core_rtr_cmd().
Definition at line 793 of file rtr.c.
References fd, i, input(), IS_DIGIT, memset(), NULL, rz_core_t::num, rtr_host, RTR_MAX_HOSTS, rtr_n, rz_num_math(), and rz_socket_free().
Referenced by rz_cmd_remote(), and rz_remote_del_handler().
Definition at line 814 of file rtr.c.
References __rtr_shell(), and input().
Referenced by rz_cmd_remote(), and rz_remote_open_handler().
Definition at line 52 of file rtr.c.
References rz_cons_context_t::breaked, rz_cons_t::context, RapThread::loop, rapthread, rz_atomic_bool_set(), rz_cons_singleton(), rz_th_get_user(), and rz_th_wait().
Referenced by rz_core_fini().
Definition at line 100 of file rtr.c.
References rz_core_t::config, rz_config_get_i(), rz_cons_enable_mouse(), rz_cons_flush(), rz_cons_show_cursor(), rz_core_t::vmode, and x.
|
static |
Definition at line 194 of file rtr.c.
References eprintf, PFMT32x, PFMT64x, rz_swap_ut16(), rz_swap_ut32(), rz_swap_ut64(), snprintf, and val.
Referenced by rz_core_rtr_gdb_cb().
Definition at line 171 of file rtr.c.
References eprintf, PFMT64x, reg, rz_swap_ut16(), rz_swap_ut32(), rz_swap_ut64(), and snprintf.
Referenced by rz_core_rtr_gdb_cb().
Definition at line 30 of file rtr.c.
Referenced by rz_core_rtr_cmds(), and rz_core_rtr_http_stop().
Definition at line 29 of file rtr.c.
Referenced by rz_core_rtr_cmd(), and rz_core_wait().
Definition at line 28 of file rtr.c.
Referenced by __calculator_cb(), __create_default_panels(), __create_iter_sections(), __esil_step_range_cb(), __fortune_cb(), __getUtf8Length(), __getUtf8Length2(), __hashify(), __is_true_or_false(), __isAnsiSequence(), __nth_nibble(), __parse_string_on_cursor(), __print_hexdump_cb(), __print_stack_cb(), __rap_lseek(), __rap_open(), __rap_read(), __rap_system(), __rap_write(), __replaceRegisters(), __rtr_shell(), __set_cmd_str_cache(), __set_read_only(), _cb_hit(), _fill_bin_import(), _fill_bin_symbol(), _insert_into_disk(), _remove_afer_insert(), _tr_align(), _tr_flush_bits(), _tr_flush_block(), _tr_init(), _tr_stored_block(), _tr_tally(), _zip_read_string(), _zip_string_crc32(), _zip_string_free(), _zip_string_length(), _zip_string_new(), _zip_string_write(), add_footer(), analysis_class_print(), annotated_hexdump(), arcAnalyzeInstr(), arch_xap_disasm(), ARCTangent_decodeInstr(), arg(), arg_p(), arg_p2(), args_preprocessing(), argv_call_cb(), asciiart_backtrace(), ascmatch(), asn1_stringify_tag(), assemble(), autocmplt_arch(), autocmplt_at_stmt(), autocmplt_bits(), autocmplt_bits_plugin(), autocmplt_cmd_arg(), autocmplt_cmd_arg_alias_type(), autocmplt_cmd_arg_any_type(), autocmplt_cmd_arg_choices(), autocmplt_cmd_arg_enum_type(), autocmplt_cmd_arg_env(), autocmplt_cmd_arg_eval_full(), autocmplt_cmd_arg_eval_key(), autocmplt_cmd_arg_fcn(), autocmplt_cmd_arg_fcn_var(), autocmplt_cmd_arg_file(), autocmplt_cmd_arg_flag(), autocmplt_cmd_arg_global_var(), autocmplt_cmd_arg_help_var(), autocmplt_cmd_arg_macro(), autocmplt_cmd_arg_reg_filter(), autocmplt_cmd_arg_reg_type(), autocmplt_cmd_arg_rznum(), autocmplt_cmd_arg_struct_type(), autocmplt_cmd_arg_union_type(), autocmplt_cmdidentifier(), autocmplt_flag_space(), autocmplt_reg(), autocomplete_flagspaces(), autocomplete_process_path(), autocompleteFilename(), backref(), backtrace_vars(), bi_flush(), bi_windup(), bin_section_from_section(), bin_section_from_segment(), bin_symbol_from_symbol(), bits(), blast(), brute_force_match(), buffer_flush(), buffer_init(), buffer_putalign(), buffer_putflush(), build_bl_tree(), build_immediate_table(), build_tree(), bytes_to_skip(), call_cd(), cb_asmarch(), check_label(), chunk_fini(), clusterLoadConfig(), clusterLookupNode(), clusterRenameNode(), cmd_print_blocks(), cmd_print_fromage(), cmd_pxr(), codes(), collect_changes(), compress_block(), compute_dtable(), compute_itable(), cons_stack_free(), core_esil_init(), core_objc_new(), cplus_demangle_fill_name(), crc32(), cris_constraint(), d_append_buffer(), d_append_string(), d_array_type(), d_expr_primary(), d_growable_string_append_buffer(), d_growable_string_callback_adapter(), d_identifier(), d_make_demangle_mangled_name(), d_make_name(), d_substitution(), decode(), decode_fixed(), decode_known(), decomp(), DEFINE_HANDLE_TS_FCN_AND_SYMBOL(), deflate(), deflate_fast(), deflate_huff(), deflate_rle(), deflate_slow(), deflate_stored(), deflateBound(), deflateGetDictionary(), deflateInit2_(), deflateParams(), deflatePrime(), deflateResetKeep(), deflateSetDictionary(), deflateStateCheck(), deflateTune(), demangle_classname(), detect_data_type(), dfs_node(), disasm_strings(), disassemble(), do_handle_ts_unescape_arg(), do_iter_offsets(), doinsert(), ds_newline(), ds_print_esil_analysis(), ds_print_ptr(), dynamic(), emit_string(), empty_signature(), encode_immediate_bitfield(), end_state(), env(), error(), escape_special_chars(), esil_add(), esil_addeq(), esil_bits(), esil_dec(), esil_div(), esil_diveq(), esil_inc(), esil_mem_addeq_n(), esil_mem_andeq_n(), esil_mem_deceq_n(), esil_mem_diveq_n(), esil_mem_inceq_n(), esil_mem_lsleq_n(), esil_mem_lsreq_n(), esil_mem_modeq_n(), esil_mem_muleq_n(), esil_mem_oreq_n(), esil_mem_subeq_n(), esil_mem_xoreq_n(), esil_mod(), esil_modeq(), esil_mul(), esil_muleq(), esil_set_delay_slot(), esil_set_jump_target(), esil_set_jump_target_set(), esil_signed_div(), esil_signed_mod(), esil_sub(), esil_subeq(), esil_trap(), export_base_type_cb(), export_callable_cb(), export_typelink_cb(), exprmatchreg(), exprtoken(), fcnjoin(), file_showstr(), fill_autocmplt_data_cmdarg(), fill_children_chars(), fill_window(), findBreakChar(), findEnd(), findmust(), fixed(), flush_pending(), format_output(), fseek_u32(), gen_bitlen(), get_cf_offset(), get_class_ro_t(), get_crossing_matrix(), get_die_name(), get_ext_suffix(), get_fcn_name(), get_float_object(), get_graph_string(), get_import_addr_x86_manual(), get_max_common_pfx(), get_operand(), get_operator_code(), get_segments(), get_specification_die_name(), get_symbols(), get_symbols_list(), get_va_symbol(), getbytes(), getnum(), getrange(), GetSegmentHeapBlocks(), getstr(), getstring(), getswi(), go_uvariant(), gprobe_getdeviceid(), gzputs(), handle_ts_stmt(), TestArm::hexString2Byte(), TestArm64::hexString2Byte(), TestM680x::hexString2Byte(), TestMips::hexString2Byte(), TestPpc::hexString2Byte(), TestSparc::hexString2Byte(), TestSystemz::hexString2Byte(), TestX86::hexString2Byte(), TestXcore::hexString2Byte(), hudstuff_append(), inBetween(), index_stream_end(), index_stream_init(), init_block(), init_crc32_table(), init_crc64_table(), initializeEsil(), INST_HANDLER(), is_at_cmd(), is_comment(), is_data_section(), is_env_cmd(), is_file_symbol(), is_imported_symbol(), is_interpret_cmd(), is_number(), is_pf_cmd(), is_remote_cmd(), is_section_symbol(), is_special_symbol(), isSkippable(), keyHashSlot(), libdemangle_handler_swift(), lm_init(), load_ctx_init(), load_token(), longest_match(), LZ4_calloc(), LZ4_compress_destSize_extState(), LZ4_malloc(), LZ4_wildCopy8(), LZ4IO_readLE32(), LZMA_API(), lzma_sha256_init(), M68K_getInstruction(), major_minor(), match(), mcopy(), meta_count_for(), meta_unset_for(), mget(), mips_assemble(), mpc_ast_state(), mpc_noneof(), mpc_oneof(), mpc_print_unretained(), mpc_range(), mpc_state_invalid(), mpc_state_new(), mpc_string(), mpc_sym(), mpc_test_fail(), mpc_test_pass(), mpca_stmt_list_apply_to(), mpcaf_grammar_char(), mpcaf_grammar_id(), mpcaf_grammar_string(), mpcf_escape_new(), mpcf_input_state_ast(), mpcf_re_escape(), mpcf_re_range(), mpcf_state_ast(), mpcf_strtriml(), mpcf_strtrimr(), mpcf_unescape_new(), name_space_cmp(), next_inst(), nextword(), noned_decompress(), nonreturn_print(), nonreturn_print_json(), ns_free_exc_list(), ns_sync(), num_callback(), objc_name_toc(), objc_type_toc(), offset_comp(), operator<<(), overlaps_with_token(), pager_all_matches(), pager_splitlines(), parse(), parse_atomic_type(), parse_dbi_dbg_header(), parse_dbi_stream(), parse_dbi_stream_ex_header(), parse_dbi_stream_header(), parse_format(), parse_gdata_stream(), parse_offset(), parse_omap_stream(), parse_options(), parse_pdb_stream(), parse_pe_stream(), parse_size(), parse_tmp_evals(), parse_tpi_stream(), parse_tpi_stream_header(), parse_type(), parseHeap(), pj_d(), pj_f(), pj_i(), pj_N(), pj_n(), TestBasic.platform::platform(), pluscount(), pqdownheap(), print_addr(), print_bin_string(), print_crc32_table(), print_crc64_table(), print_insn_hppa(), print_insn_lanai(), print_insn_mips16(), print_insn_sparc(), print_section(), print_source_info(), print_string(), print_with_operands(), processNode(), puff(), putShortMSB(), rax(), rcc_next(), rcc_set_callname(), rd_label(), re_assemble_16(), read_be16(), read_bin(), read_variable_length(), references_handler(), replace_buffer_text(), replace_file_contents(), replace_whitespaces(), replaceWords(), reverse_bits(), reverse_bits_8(), reverse_lt_8bits(), revert_cdiv_magic(), rotl(), rotr(), rz_agraph_add_node_with_color(), rz_analysis_add_device_peripheral_map(), rz_analysis_function_xrefs_handler(), rz_analysis_get_jmptbl_info(), rz_analysis_noreturn_functions(), rz_analysis_stackop_tostring(), rz_asm_pseudo_intN(), rz_asm_token_string_new(), rz_asm_tokenize_asm_regex(), rz_asn1_create_string(), rz_bin_addr2line(), rz_bin_addr2text(), rz_bin_le_get_sections(), rz_bin_ne_get_entrypoints(), rz_bin_ne_get_relocs(), rz_bin_object_get_vaddr(), rz_bin_section_new(), rz_bin_source_line_sample_is_closing(), rz_bin_symbol_name(), rz_cmd_alias_set(), rz_cmd_debug(), rz_cmd_debug_continue_mapped_io_handler(), rz_cmd_debug_step_prog_handler(), rz_cmd_help(), rz_cmd_info_section_bars_handler(), rz_cmd_kuery(), rz_cmd_print(), rz_cmd_search(), rz_cmd_state_output_print(), rz_comment_unique_handler(), rz_cons_breakword(), rz_cons_canvas_write(), rz_cons_get_buffer_dup(), rz_cons_hud_file(), rz_cons_hud_string(), rz_core_analysis_address(), rz_core_analysis_cc_init(), rz_core_analysis_coverage_count(), rz_core_analysis_hasrefs_to_depth(), rz_core_analysis_stats_free(), rz_core_analysis_stats_get_block_from(), rz_core_analysis_stats_get_block_to(), rz_core_arch_bits_at(), rz_core_bin_pdb_load(), rz_core_bin_print_source_line_sample(), rz_core_bin_sections_print(), rz_core_clippy(), rz_core_cmd_foreach3(), rz_core_cmd_str_pipe(), rz_core_cmd_subst_i(), rz_core_file_loadlib(), rz_core_get_boundaries_prot(), rz_core_get_section_name(), rz_core_meta_print(), rz_core_print_scrollbar(), rz_core_print_scrollbar_bottom(), rz_core_project_load_for_cli(), rz_core_rtr_add(), rz_core_rtr_cmd(), rz_core_rtr_cmds(), rz_core_rtr_cmds_query(), rz_core_rtr_http_run(), rz_core_rtr_http_stop(), rz_core_spaces_print(), rz_core_sym_is_export(), rz_core_visual_cmd(), rz_core_visual_hudstuff(), rz_core_visual_trackflags(), rz_core_write_base64_at(), rz_core_write_base64d_at(), rz_core_write_length_string_at(), rz_core_write_string_at(), rz_core_write_string_wide_at(), rz_core_write_string_zero_at(), rz_debug_bochs_reg_read(), rz_debug_traces_ascii(), rz_egg_lang_include_init(), rz_file_copy(), rz_file_root(), rz_get_size(), rz_hex_from_py_str(), rz_id_storage_list(), rz_io_zip_flush_file(), rz_leb128(), rz_line_completion_push(), rz_line_readchar_utf8(), rz_main_rizin(), rz_main_rz_agent(), rz_main_rz_asm(), rz_mem_dup(), rz_meta_set_string(), rz_num_conditional(), rz_num_get(), rz_num_math(), RZ_PACKED(), rz_parse_assemble(), rz_pkcs7_cms_json(), rz_pkcs7_cms_to_string(), rz_print_addr(), rz_print_byte(), rz_print_hexdump_str(), rz_print_hexpair(), rz_print_json_human(), rz_print_json_indent(), rz_print_json_path(), rz_print_offset_sg(), rz_project_migrate_v1_v2(), rz_project_migrate_v2_v3(), rz_project_migrate_v3_v4(), rz_rbtree_aug_delete(), rz_read_at_be16(), rz_read_at_be24(), rz_read_at_be32(), rz_read_at_be64(), rz_read_at_be_double(), rz_read_at_be_float(), rz_read_at_le16(), rz_read_at_le32(), rz_read_at_le64(), rz_read_at_le_double(), rz_read_at_le_float(), rz_read_at_me16(), rz_read_at_me32(), rz_read_at_me64(), rz_read_at_me_double(), rz_read_at_me_float(), rz_read_be16(), rz_read_be32(), rz_read_le16(), rz_read_le32(), rz_read_me16(), rz_read_me32(), rz_read_me32_arc(), rz_reg_cc_handler(), rz_regex_error(), rz_reopen_debug_rzrun_handler(), rz_run_parsefile(), rz_scan_strings_raw(), rz_search_aes_update(), rz_search_begin(), rz_search_deltakey_update(), rz_search_find(), rz_search_free(), rz_search_hit_new(), rz_search_kw_add(), rz_search_kw_reset(), rz_search_mybinparse_update(), rz_search_new(), rz_search_pattern(), rz_search_pattern_size(), rz_search_privkey_update(), rz_search_regexp_update(), rz_search_reset(), rz_search_set_callback(), rz_search_set_distance(), rz_search_set_mode(), rz_search_set_string_limits(), rz_search_string_prepare_backward(), rz_search_strings_update(), rz_search_update(), rz_search_update_i(), rz_socket_accept(), rz_socket_accept_timeout(), rz_socket_block_time(), rz_socket_close(), rz_socket_close_fd(), rz_socket_connect(), rz_socket_flush(), rz_socket_free(), rz_socket_gets(), rz_socket_http_accept(), rz_socket_http_post(), rz_socket_is_connected(), rz_socket_listen(), rz_socket_new(), rz_socket_new_from_fd(), rz_socket_printf(), rz_socket_proc_gets(), rz_socket_proc_printf(), rz_socket_proc_read(), rz_socket_proc_ready(), rz_socket_proc_write(), rz_socket_puts(), rz_socket_rap_client_command(), rz_socket_rap_client_open(), rz_socket_rap_client_read(), rz_socket_rap_client_seek(), rz_socket_rap_client_write(), rz_socket_rap_server_accept(), rz_socket_rap_server_continue(), rz_socket_rap_server_free(), rz_socket_rap_server_listen(), rz_socket_rap_server_new(), rz_socket_read(), rz_socket_read_block(), rz_socket_ready(), rz_socket_slurp(), rz_socket_spawn(), rz_socket_to_string(), rz_socket_write(), rz_spaces_add(), rz_spaces_count(), rz_spaces_pop(), rz_spaces_rename(), rz_spaces_unset(), rz_stack_free(), rz_stack_is_empty(), rz_stack_new(), rz_stack_newf(), rz_stack_peek(), rz_stack_pop(), rz_stack_push(), rz_stack_size(), rz_str_ansi_crop(), rz_str_char_fullwidth(), rz_str_closer_chr(), rz_str_djb2_hash(), rz_str_firstbut(), rz_str_is_false(), rz_str_is_true(), rz_str_lastbut(), rz_str_len_utf8(), rz_str_len_utf8char(), rz_str_nextword(), rz_str_nstr(), rz_str_prefix_all(), rz_str_replace_ch(), rz_str_replace_char(), rz_str_replace_char_once(), rz_str_rstr(), rz_str_sanitize_sdb_key(), rz_str_scale(), rz_str_split_lines(), rz_str_str_xy(), rz_str_trim_lines(), rz_str_trim_nc(), rz_str_trim_path(), rz_str_uri_decode(), rz_str_uri_encode(), rz_str_utf16_decode(), rz_str_utf16_encode(), rz_str_utf8_codepoint(), rz_str_word_set0_stack(), rz_strbuf_append(), rz_strbuf_append_n(), rz_strbuf_new(), rz_strbuf_prepend(), rz_strbuf_set(), rz_strbuf_setbin(), rz_strbuf_setptr(), rz_strbuf_slice(), rz_strpool_append(), rz_strpool_fit(), rz_strpool_get_i(), rz_strpool_get_index(), rz_strpool_memcat(), rz_sys_chdir(), rz_sys_signal(), rz_syscall_free(), rz_syscall_get(), rz_syscall_get_i(), rz_syscall_get_num(), rz_syscall_get_swi(), rz_syscall_item_new_from_string(), rz_syscall_list(), rz_syscall_setup(), rz_sysreg_get(), rz_sysreg_item_free(), rz_sysreg_set_arch(), rz_table_tofancystring(), rz_table_tostring(), rz_table_visual_list(), rz_test_main(), rz_type_db_struct_names(), rz_type_format_data_internal(), rz_type_format_uleb(), rz_uleb128(), rz_uleb128_decode(), rz_uleb128_encode(), rz_write_from_socket_handler(), rz_wstr_clen(), rz_x509_signedinfo_dump(), rz_x509_signedinfo_json(), scan_tree(), sdb_add(), sdb_array_add(), sdb_array_add_num(), sdb_array_add_sorted(), sdb_array_add_sorted_num(), sdb_array_append(), sdb_array_append_num(), sdb_array_contains(), sdb_array_contains_num(), sdb_array_delete(), sdb_array_get(), sdb_array_get_num(), sdb_array_indexof(), sdb_array_insert(), sdb_array_insert_num(), sdb_array_length(), sdb_array_pop(), sdb_array_pop_head(), sdb_array_pop_num(), sdb_array_pop_tail(), sdb_array_prepend(), sdb_array_prepend_num(), sdb_array_push(), sdb_array_push_num(), sdb_array_remove(), sdb_array_remove_num(), sdb_array_set(), sdb_array_set_num(), sdb_array_size(), sdb_array_sort(), sdb_array_sort_num(), sdb_array_unset(), sdb_atoi(), sdb_close(), sdb_concat(), sdb_concat_by_path(), sdb_config(), sdb_const_get(), sdb_const_get_len(), sdb_count(), sdb_disk_create(), sdb_disk_finish(), sdb_disk_insert(), sdb_disk_unlink(), sdb_drain(), sdb_dump_begin(), sdb_dump_dupnext(), sdb_dump_hasnext(), sdb_exists(), sdb_expire_get(), sdb_expire_set(), sdb_file(), sdb_fini(), sdb_foreach(), sdb_foreach_cdb(), sdb_foreach_end(), sdb_foreach_list(), sdb_foreach_list_filter(), sdb_foreach_list_filter_user(), sdb_foreach_match(), sdb_free(), sdb_get(), sdb_get_len(), sdb_hash(), sdb_hash_byte(), sdb_hash_len(), sdb_hook(), sdb_hook_call(), sdb_hook_free(), sdb_isempty(), sdb_isnum(), sdb_itoa(), sdb_journal_clear(), sdb_journal_close(), sdb_journal_filename(), sdb_journal_load(), sdb_journal_log(), sdb_journal_open(), sdb_journal_unlink(), sdb_like(), sdb_lock(), sdb_lock_wait(), sdb_merge(), sdb_new(), sdb_ns(), sdb_ns_free_all(), sdb_ns_lock(), sdb_ns_new(), sdb_ns_path(), sdb_ns_set(), sdb_ns_sync(), sdb_ns_unset(), sdb_num_add(), sdb_num_base(), sdb_num_dec(), sdb_num_exists(), sdb_num_get(), sdb_num_inc(), sdb_num_set(), sdb_open(), sdb_query(), sdb_query_file(), sdb_query_lines(), sdb_queryf(), sdb_querys(), sdb_querysf(), sdb_remove(), sdb_reset(), sdb_set(), sdb_set_internal(), sdb_set_owned(), sdb_stats(), sdb_sync(), sdb_text_load(), sdb_text_load_buf(), sdb_text_save(), sdb_text_save_fd(), sdb_uncat(), sdb_unhook(), sdb_unlink(), sdb_unlock(), sdb_unset(), sdb_unset_like(), search_hash(), sections(), send_all_trees(), send_tree(), set_attr(), set_nested(), set_p_add(), set_p_contains(), set_p_delete(), set_prompt(), set_u_add(), set_u_contains(), set_u_delete(), set_u_free(), setcompression(), show_config_options(), showstr(), sigdb_entry_hash(), skipnum(), skipspaces(), slide_hash(), socket_http_answer(), socket_http_get_recursive(), socket_slurp(), space_free(), space_node_free(), spp_proc_eval(), SStream_concat0(), step(), stored(), str2na(), str_split_list_common_regex(), strbuf_append_calc(), strbuf_rev_append_char(), strbuf_rev_prepend_char(), strchr_ns(), strchr_skip_color_codes(), string_clear(), string_free(), string_init(), string_printf(), string_scan_range_cfstring(), strings_print(), strlen0(), swap2(), swap4(), swap8(), symbols(), syscall_reload_needed(), sysregs_reload_needed(), tcpme(), text_save(), tree_dfs_node(), trim(), trim_comments(), ts_subtree__write_char_to_string(), type_string_cache_rollback(), unescape_special_chars(), unescape_string(), unz64local_CheckCurrentFileCoherencyHeader(), unz64local_GetCurrentFileInfoInternal(), unzClose(), unzCloseCurrentFile(), unzeof(), unzGetCurrentFileZStreamPos64(), unzGetFilePos64(), unzGetGlobalComment(), unzGetGlobalInfo(), unzGetGlobalInfo64(), unzGetLocalExtrafield(), unzGetOffset64(), unzGoToFilePos64(), unzGoToFirstFile(), unzGoToNextFile(), unzLocateFile(), unzOpenCurrentFile3(), unzOpenInternal(), unzReadCurrentFile(), unzSetOffset64(), unztell(), unztell64(), update_flags_from_cpsr(), ut32_pack(), ut32_pack_big(), ut32_unpack(), ut64join(), uv__fs_copyfile(), uv__idna_toascii(), uv__idna_toascii_label(), uv__random_readpath(), uv__strdup(), uv__stream_close(), uv__stream_osx_interrupt_select(), uv__strndup(), uv__strscpy(), uv_guess_handle(), uv_inet_pton(), uv_resident_set_memory(), uv_setup_args(), UV_UNUSED(), uv_utf8_to_utf16_alloc(), va2pa(), var_state_free(), vernum(), walk_exports(), windbg_init(), windbg_map_get(), windbg_open(), winkd_sync(), xap_decode(), xap_op(), XXH_malloc(), yxml_symlen(), z80asm(), zip_dir_add(), zip_error_strerror(), and zip_get_file_comment().