Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Functions | |
static int | mal_analysis (RzAnalysis *analysis, RzAnalysisOp *op, ut64 addr, const ut8 *data, int len, RzAnalysisOpMask mask) |
Variables | |
RzAnalysisPlugin | rz_analysis_plugin_malbolge |
RZ_API RzLibStruct | rizin_plugin |
|
static |
Definition at line 8 of file analysis_malbolge.c.
References addr, len, RZ_ANALYSIS_OP_TYPE_IO, RZ_ANALYSIS_OP_TYPE_LOAD, RZ_ANALYSIS_OP_TYPE_NOP, RZ_ANALYSIS_OP_TYPE_ROR, RZ_ANALYSIS_OP_TYPE_TRAP, RZ_ANALYSIS_OP_TYPE_UJMP, and RZ_ANALYSIS_OP_TYPE_XOR.
RZ_API RzLibStruct rizin_plugin |
Definition at line 50 of file analysis_malbolge.c.
RzAnalysisPlugin rz_analysis_plugin_malbolge |
Definition at line 40 of file analysis_malbolge.c.