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 "../arch/wasm/wasm.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_wasm |
RZ_API RzLibStruct | rizin_plugin |
Definition at line 24 of file asm_wasm.c.
References rz_strbuf_get(), and wasm_asm().
Definition at line 15 of file asm_wasm.c.
References free(), len, rz_asm_op_set_asm(), WasmOp::txt, and wasm_dis().
RZ_API RzLibStruct rizin_plugin |
Definition at line 44 of file asm_wasm.c.
RzAsmPlugin rz_asm_plugin_wasm |
Definition at line 30 of file asm_wasm.c.