Rizin
unix-like reverse engineering framework and cli tools
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
v
w
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Enumerator
b
d
e
h
i
k
n
p
r
s
w
Properties
Events
Related Functions
Files
File List
File Members
All
$
.
[
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
[
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
$
.
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Events
Friends
Macros
Modules
Pages
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);
12
RZ_IPI
RzAnalysisILConfig
*
rz_avr_il_config
(
RZ_NONNULL
RzAnalysis
*analysis);
13
14
#endif
/* RZIL_ANALYSIS_AVR_H */
RZ_IPI
#define RZ_IPI
Definition:
analysis_wasm.c:11
pc
pc
Definition:
arm-arithmetic-aliases.s.cs:50
rz_avr_il_config
RZ_IPI RzAnalysisILConfig * rz_avr_il_config(RZ_NONNULL RzAnalysis *analysis)
Definition:
avr_il.c:3156
rz_avr_il_opcode
RZ_IPI bool rz_avr_il_opcode(RzAnalysis *analysis, RzAnalysisOp *op, ut64 pc, AVROp *aop, AVROp *next_op)
Definition:
avr_il.c:3143
rz_analysis.h
RZ_NONNULL
#define RZ_NONNULL
Definition:
rz_types.h:64
avr_opcode_t
Definition:
disassembler.h:128
rz_analysis_il_config_t
Description of the global context of an RzAnalysisILVM.
Definition:
rz_analysis.h:1134
rz_analysis_op_t
Definition:
rz_analysis.h:811
rz_analysis_t
Definition:
rz_analysis.h:553
op
Definition:
dis.c:32
ut64
ut64(WINAPI *w32_GetEnabledXStateFeatures)()
librz
analysis
arch
avr
avr_il.h
Generated by
1.9.1