Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Functions | |
RZ_IPI int | mips_assemble (const char *str, ut64 pc, ut8 *out) |
static int | disassemble (RzAsm *a, RzAsmOp *op, const ut8 *buf, int len) |
static int | assemble (RzAsm *a, RzAsmOp *op, const char *str) |
Variables | |
static csh | cd = 0 |
RzAsmPlugin | rz_asm_plugin_mips_cs |
RZ_API RzLibStruct | rizin_plugin |
Definition at line 73 of file asm_mips_cs.c.
References a, mips_assemble(), rz_strbuf_get(), cmd_descs_generate::str, and autogen_x86imm::tmp.
Definition at line 13 of file asm_mips_cs.c.
References a, cd, CS_ARCH_MIPS, cs_close(), cs_disasm(), cs_free(), CS_MODE_BIG_ENDIAN, CS_MODE_LITTLE_ENDIAN, CS_MODE_MICRO, CS_MODE_MIPS2, CS_MODE_MIPS3, CS_MODE_MIPS32, CS_MODE_MIPS32R6, CS_MODE_MIPS64, cs_open(), CS_OPT_DETAIL, CS_OPT_OFF, CS_OPT_SYNTAX, CS_OPT_SYNTAX_DEFAULT, CS_OPT_SYNTAX_NOREGNAME, cs_option(), free(), len, memset(), n, rz_asm_op_set_asm(), RZ_ASM_SYNTAX_REGNUM, rz_str_newf(), rz_str_replace_char(), and cmd_descs_generate::str.
Definition at line 148 of file mipsasm.c.
Referenced by assemble().
|
static |
Definition at line 10 of file asm_mips_cs.c.
Referenced by _zip_cdir_free(), _zip_cdir_grow(), _zip_cdir_new(), _zip_checkcons(), _zip_read_cdir(), _zip_read_eocd(), _zip_read_eocd64(), ARC_CGEN_EXTRACT_FN(), args_preprocessing(), argv_call_cb(), argv_get_help(), autocmplt_cmd_arg(), autocmplt_cmd_arg_reg_filter(), build(), cab_error(), calc_padding_len(), call_cd(), cd_suffix2mode(), cmd_desc_free(), cmd_desc_remove_from_ht_cmds(), cmd_desc_set_parent(), cmd_desc_unset_parent(), cmd_foreach_cmdname(), cmd_foreach_cmdname_modes(), cmd_get_desc_best(), DEFINE_HANDLE_TS_FCN_AND_SYMBOL(), disassemble(), do_print_child_help(), fake_get_help(), fill_args(), fill_args_json(), fill_argv_modes_help_strbuf(), fill_children_chars(), fill_details(), fill_details_cb(), fill_details_static(), fill_modes_children_chars(), fill_usage_strbuf(), get_cd_default_mode(), get_cd_details(), get_cd_details_cb(), get_cd_from_cmdid(), get_help(), get_minmax_argc(), group_get_help(), has_cd_default_mode(), has_cd_submodes(), help_search_cmd_desc_entry(), is_valid_argv_modes(), mnemonics(), print_child_help(), rz_cmd_call_parsed_args(), rz_cmd_desc_get_arg(), rz_cmd_desc_get_exec(), rz_cmd_desc_has_handler(), rz_cmd_desc_parent(), rz_cmd_desc_remove(), rz_cmd_desc_set_default_mode(), rz_cmd_example_init(), rz_cmd_foreach_cmdname(), rz_cmd_get_help(), rz_cmd_get_help_json(), rz_cmd_get_help_strbuf(), show_children_shortcut(), sort_groups(), and update_minmax_len().
RZ_API RzLibStruct rizin_plugin |
Definition at line 102 of file asm_mips_cs.c.
RzAsmPlugin rz_asm_plugin_mips_cs |
Definition at line 88 of file asm_mips_cs.c.