|
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>#include "../../asm/arch/i8080/i8080dis.c"Go to the source code of this file.
Functions | |
| static int | i8080_op (RzAnalysis *analysis, RzAnalysisOp *op, ut64 addr, const ut8 *data, int len, RzAnalysisOpMask mask) |
Variables | |
| RzAnalysisPlugin | rz_analysis_plugin_i8080 |
| RZ_API RzLibStruct | rizin_plugin |
|
static |
Definition at line 15 of file analysis_i8080.c.
References addr, i8080_disasm(), len, out, RZ_ANALYSIS_OP_TYPE_ADD, RZ_ANALYSIS_OP_TYPE_CALL, RZ_ANALYSIS_OP_TYPE_CRET, RZ_ANALYSIS_OP_TYPE_JMP, RZ_ANALYSIS_OP_TYPE_NOP, RZ_ANALYSIS_OP_TYPE_POP, RZ_ANALYSIS_OP_TYPE_PUSH, RZ_ANALYSIS_OP_TYPE_RET, RZ_ANALYSIS_OP_TYPE_SUB, RZ_ANALYSIS_OP_TYPE_TRAP, and RZ_ANALYSIS_OP_TYPE_UNK.
| RZ_API RzLibStruct rizin_plugin |
Definition at line 201 of file analysis_i8080.c.
| RzAnalysisPlugin rz_analysis_plugin_i8080 |
Definition at line 191 of file analysis_i8080.c.