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 <rz_util.h>
#include <msp430_disas.h>
Go to the source code of this file.
Functions | |
static int | msp430_op (RzAnalysis *analysis, RzAnalysisOp *op, ut64 addr, const ut8 *buf, int len, RzAnalysisOpMask mask) |
Variables | |
RzAnalysisPlugin | rz_analysis_plugin_msp430 |
|
static |
Definition at line 13 of file analysis_msp430.c.
References addr, cmd, len, memset(), MSP430_ADD, MSP430_ADDC, MSP430_AND, MSP430_BIC, MSP430_BIS, MSP430_BIT, MSP430_CALL, MSP430_CMP, MSP430_DADD, msp430_decode_command(), MSP430_INV, MSP430_JMP, MSP430_JUMP, MSP430_MOV, MSP430_ONEOP, MSP430_PUSH, MSP430_RETI, MSP430_RRA, MSP430_RRC, MSP430_SUB, MSP430_SUBC, MSP430_TWOOP, MSP430_XOR, RZ_ANALYSIS_OP_FAMILY_CPU, RZ_ANALYSIS_OP_TYPE_ADD, RZ_ANALYSIS_OP_TYPE_AND, RZ_ANALYSIS_OP_TYPE_CALL, RZ_ANALYSIS_OP_TYPE_CJMP, RZ_ANALYSIS_OP_TYPE_CMP, RZ_ANALYSIS_OP_TYPE_ILL, RZ_ANALYSIS_OP_TYPE_JMP, RZ_ANALYSIS_OP_TYPE_MOV, RZ_ANALYSIS_OP_TYPE_PUSH, RZ_ANALYSIS_OP_TYPE_RET, RZ_ANALYSIS_OP_TYPE_ROR, RZ_ANALYSIS_OP_TYPE_SUB, RZ_ANALYSIS_OP_TYPE_UJMP, RZ_ANALYSIS_OP_TYPE_UNK, RZ_ANALYSIS_OP_TYPE_XOR, and rz_read_at_le16().
RzAnalysisPlugin rz_analysis_plugin_msp430 |
Definition at line 93 of file analysis_msp430.c.