|
Rizin
unix-like reverse engineering framework and cli tools
|
#include <string.h>#include <rz_types.h>#include <rz_util.h>#include <rz_lib.h>#include <rz_asm.h>#include <rz_analysis.h>Go to the source code of this file.
Functions | |
| static int | vax_op (RzAnalysis *analysis, RzAnalysisOp *op, ut64 addr, const ut8 *buf, int len, RzAnalysisOpMask mask) |
Variables | |
| RzAnalysisPlugin | rz_analysis_plugin_vax |
| RZ_API RzLibStruct | rizin_plugin |
|
static |
Definition at line 15 of file analysis_vax.c.
References len, RZ_ANALYSIS_OP_TYPE_ADD, RZ_ANALYSIS_OP_TYPE_CJMP, RZ_ANALYSIS_OP_TYPE_CMP, RZ_ANALYSIS_OP_TYPE_DIV, RZ_ANALYSIS_OP_TYPE_MOV, RZ_ANALYSIS_OP_TYPE_NOP, RZ_ANALYSIS_OP_TYPE_SHL, RZ_ANALYSIS_OP_TYPE_SUB, RZ_ANALYSIS_OP_TYPE_TRAP, RZ_ANALYSIS_OP_TYPE_UNK, and RZ_ANALYSIS_OP_TYPE_XOR.
| RZ_API RzLibStruct rizin_plugin |
Definition at line 94 of file analysis_vax.c.
| RzAnalysisPlugin rz_analysis_plugin_vax |
Definition at line 83 of file analysis_vax.c.