Rizin
unix-like reverse engineering framework and cli tools
|
#include <stdio.h>
#include <string.h>
#include <rz_types.h>
#include <rz_lib.h>
#include <rz_asm.h>
#include <propeller_disas.h>
Go to the source code of this file.
Functions | |
static int | disassemble (RzAsm *a, RzAsmOp *op, const ut8 *buf, int len) |
Variables | |
RzAsmPlugin | rz_asm_plugin_propeller |
RZ_API RzLibStruct | rizin_plugin |
Definition at line 12 of file asm_propeller.c.
References a, cmd, len, propeller_decode_command(), rz_asm_op_set_asm(), rz_return_val_if_fail, and sdb_fmt().
RZ_API RzLibStruct rizin_plugin |
Definition at line 40 of file asm_propeller.c.
RzAsmPlugin rz_asm_plugin_propeller |
Definition at line 29 of file asm_propeller.c.