Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_asm.h>
#include <rz_lib.h>
#include "../arch/pic/pic_baseline.h"
#include "../arch/pic/pic_pic18.h"
#include "../arch/pic/pic_midrange.h"
Go to the source code of this file.
Functions | |
static int | asm_pic_disassemble (RzAsm *a, RzAsmOp *op, const ut8 *b, int l) |
Variables | |
RzAsmPlugin | rz_asm_plugin_pic |
RZ_API RzLibStruct | rizin_plugin |
Definition at line 12 of file asm_pic.c.
References a, b, opstr(), pic_baseline_disassemble(), pic_midrange_disassemble(), pic_pic18_disassemble(), and rz_asm_op_set_asm().
RZ_API RzLibStruct rizin_plugin |
RzAsmPlugin rz_asm_plugin_pic |