|
Rizin
unix-like reverse engineering framework and cli tools
|
#include <stdio.h>#include <stdarg.h>#include <string.h>#include <rz_types.h>#include <rz_util.h>#include <rz_lib.h>#include <rz_asm.h>#include <8051_ass.h>#include "../arch/8051/8051_disas.c"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_8051 |
| RZ_API RzLibStruct | rizin_plugin |
Definition at line 16 of file asm_8051.c.
References a, free(), len, rz_8051_disas(), rz_strbuf_set(), and s.
| RZ_API RzLibStruct rizin_plugin |
Definition at line 45 of file asm_8051.c.
| RzAsmPlugin rz_asm_plugin_8051 |
Definition at line 30 of file asm_8051.c.