Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_asm.h>
Public Attributes | |
const char * | name |
const char * | arch |
const char * | author |
const char * | version |
const char * | cpus |
const char * | desc |
const char * | license |
int | bits |
int | endian |
bool(* | init )(void **user) |
bool(* | fini )(void *user) |
int(* | disassemble )(RzAsm *a, RzAsmOp *op, const ut8 *buf, int len) |
int(* | assemble )(RzAsm *a, RzAsmOp *op, const char *buf) |
char *(* | mnemonics )(RzAsm *a, int id, bool json) |
RzConfig *(* | get_config )(void) |
const char * | features |
const char * | platforms |
const char* rz_asm_plugin_t::arch |
Definition at line 131 of file rz_asm.h.
Referenced by test_group_name.GroupTest::run().
Definition at line 142 of file rz_asm.h.
Referenced by rz_core_asm_plugin_print().
const char* rz_asm_plugin_t::author |
Definition at line 132 of file rz_asm.h.
Referenced by rz_core_asm_plugin_print().
int rz_asm_plugin_t::bits |
Definition at line 137 of file rz_asm.h.
Referenced by autocmplt_bits_plugin(), and rz_core_asm_plugin_print().
const char* rz_asm_plugin_t::cpus |
Definition at line 134 of file rz_asm.h.
Referenced by rz_core_asm_plugins_print().
const char* rz_asm_plugin_t::desc |
Definition at line 135 of file rz_asm.h.
Referenced by rz_core_asm_plugin_print().
Definition at line 141 of file rz_asm.h.
Referenced by rz_core_asm_plugin_print().
const char* rz_asm_plugin_t::license |
Definition at line 136 of file rz_asm.h.
Referenced by rz_core_asm_plugins_print().
const char* rz_asm_plugin_t::name |
Definition at line 130 of file rz_asm.h.
Referenced by cmd_descs_generate.Arg::__str__(), cmd_descs_generate.Detail::__str__(), cmd_descs_generate.Arg::_get_choices_cname(), cmd_descs_generate.CmdDesc::_validate(), autocmplt_arch(), cmd_descs_generate.Detail::get_detail_entries_cname(), test_group_name.GroupTest::run(), rz_core_asm_plugin_print(), rz_core_asm_plugins_print(), and cmd_descs_generate.CmdDesc::str_tab().
const char* rz_asm_plugin_t::version |
Definition at line 133 of file rz_asm.h.
Referenced by rz_core_asm_plugin_print().