Rizin
unix-like reverse engineering framework and cli tools
|
#include <string.h>
#include <rz_types.h>
#include <rz_lib.h>
#include <rz_asm.h>
#include <rz_analysis.h>
Go to the source code of this file.
Functions | |
static int | nios2_op (RzAnalysis *analysis, RzAnalysisOp *op, ut64 addr, const ut8 *b, int len, RzAnalysisOpMask mask) |
Variables | |
RzAnalysisPlugin | rz_analysis_plugin_nios2 |
RZ_API RzLibStruct | rizin_plugin |
|
static |
Definition at line 10 of file analysis_nios2.c.
References b, RZ_ANALYSIS_OP_TYPE_ADD, RZ_ANALYSIS_OP_TYPE_CALL, RZ_ANALYSIS_OP_TYPE_CJMP, RZ_ANALYSIS_OP_TYPE_JMP, RZ_ANALYSIS_OP_TYPE_LOAD, RZ_ANALYSIS_OP_TYPE_RET, RZ_ANALYSIS_OP_TYPE_STORE, and RZ_ANALYSIS_OP_TYPE_TRAP.
RZ_API RzLibStruct rizin_plugin |
Definition at line 96 of file analysis_nios2.c.
RzAnalysisPlugin rz_analysis_plugin_nios2 |
Definition at line 85 of file analysis_nios2.c.