Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_analysis.h>
Go to the source code of this file.
Functions | |
RZ_IPI int | rz_avr_esil_init (RzAnalysisEsil *esil) |
RZ_IPI int | rz_avr_esil_fini (RzAnalysisEsil *esil) |
RZ_IPI void | rz_avr_esil_opcode (RzAnalysis *analysis, RzAnalysisOp *op, ut64 addr, const ut8 *buf, int len) |
RZ_IPI int rz_avr_esil_fini | ( | RzAnalysisEsil * | esil | ) |
Definition at line 1632 of file avr_esil.c.
RZ_IPI int rz_avr_esil_init | ( | RzAnalysisEsil * | esil | ) |
Definition at line 1619 of file avr_esil.c.
References avr_custom_des(), avr_custom_spm_page_erase(), avr_custom_spm_page_fill(), avr_custom_spm_page_write(), rz_analysis_esil_t::cb, esil_avr_hook_reg_write(), rz_analysis_esil_callbacks_t::hook_reg_write, RZ_ANALYSIS_ESIL_OP_TYPE_CUSTOM, and rz_analysis_esil_set_op().
RZ_IPI void rz_avr_esil_opcode | ( | RzAnalysis * | analysis, |
RzAnalysisOp * | op, | ||
ut64 | addr, | ||
const ut8 * | buf, | ||
int | len | ||
) |
Definition at line 1636 of file avr_esil.c.
References addr, avr_op_analyze(), cpu, rz_analysis_t::cpu, get_cpu_model(), and len.
Referenced by avr_op().