Rizin
unix-like reverse engineering framework and cli tools
|
#include <stdio.h>
#include <rz_types.h>
#include <rz_lib.h>
#include <rz_util.h>
#include <rz_asm.h>
#include "xap/dis.c"
Go to the source code of this file.
Functions | |
static int | arch_xap_disasm (char *str, const unsigned char *buf, ut64 seek) |
static int | disassemble (RzAsm *a, struct rz_asm_op_t *op, const ut8 *buf, int len) |
Variables | |
RzAsmPlugin | rz_asm_plugin_xap |
RZ_API RzLibStruct | rizin_plugin |
Definition at line 11 of file asm_xap.c.
References d, free(), get_state(), i2u16(), memset(), next_inst(), NULL, s, seek(), sprintf, cmd_descs_generate::str, and xap_decode().
Referenced by disassemble().
Definition at line 34 of file asm_xap.c.
References a, arch_xap_disasm(), and rz_strbuf_get().
RZ_API RzLibStruct rizin_plugin |
RzAsmPlugin rz_asm_plugin_xap |