Rizin
unix-like reverse engineering framework and cli tools
avr_il.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: 2021-2022 RizinOrg <info@rizin.re>
2 // SPDX-FileCopyrightText: 2021-2022 deroad <wargio@libero.it>
3 // SPDX-License-Identifier: LGPL-3.0-only
4 
5 #ifndef RZIL_ANALYSIS_AVR_H
6 #define RZIL_ANALYSIS_AVR_H
7 
8 #include <rz_analysis.h>
9 #include "../../../asm/arch/avr/disassembler.h"
10 
11 RZ_IPI bool rz_avr_il_opcode(RzAnalysis *analysis, RzAnalysisOp *op, ut64 pc, AVROp *aop, AVROp *next_op);
13 
14 #endif /* RZIL_ANALYSIS_AVR_H */
#define RZ_IPI
Definition: analysis_wasm.c:11
RZ_IPI RzAnalysisILConfig * rz_avr_il_config(RZ_NONNULL RzAnalysis *analysis)
Definition: avr_il.c:3156
RZ_IPI bool rz_avr_il_opcode(RzAnalysis *analysis, RzAnalysisOp *op, ut64 pc, AVROp *aop, AVROp *next_op)
Definition: avr_il.c:3143
#define RZ_NONNULL
Definition: rz_types.h:64
Description of the global context of an RzAnalysisILVM.
Definition: rz_analysis.h:1134
Definition: dis.c:32
ut64(WINAPI *w32_GetEnabledXStateFeatures)()