|
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>Go to the source code of this file.
Functions | |
| static int | disassemble (RzAsm *a, RzAsmOp *op, const ut8 *buf, int len) |
| static int | assemble (RzAsm *a, RzAsmOp *op, const char *buf) |
Variables | |
| RzAsmPlugin | rz_asm_plugin_null |
| RZ_API RzLibStruct | rizin_plugin |
Definition at line 17 of file asm_null.c.
| RZ_API RzLibStruct rizin_plugin |
Definition at line 35 of file asm_null.c.
| RzAsmPlugin rz_asm_plugin_null |
Definition at line 21 of file asm_null.c.