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_esil.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: 2022 deroad <wargio@libero.it>
2
// SPDX-License-Identifier: LGPL-3.0-only
3
4
#ifndef RZ_AVR_ESIL_H
5
#define RZ_AVR_ESIL_H
6
#include <
rz_analysis.h
>
7
8
RZ_IPI
int
rz_avr_esil_init
(
RzAnalysisEsil
*esil);
9
RZ_IPI
int
rz_avr_esil_fini
(
RzAnalysisEsil
*esil);
10
RZ_IPI
void
rz_avr_esil_opcode
(
RzAnalysis
*analysis,
RzAnalysisOp
*
op
,
ut64
addr
,
const
ut8
*
buf
,
int
len
);
11
12
#endif
/* RZ_AVR_ESIL_H */
len
size_t len
Definition:
6502dis.c:15
RZ_IPI
#define RZ_IPI
Definition:
analysis_wasm.c:11
rz_avr_esil_fini
RZ_IPI int rz_avr_esil_fini(RzAnalysisEsil *esil)
Definition:
avr_esil.c:1632
rz_avr_esil_opcode
RZ_IPI void rz_avr_esil_opcode(RzAnalysis *analysis, RzAnalysisOp *op, ut64 addr, const ut8 *buf, int len)
Definition:
avr_esil.c:1636
rz_avr_esil_init
RZ_IPI int rz_avr_esil_init(RzAnalysisEsil *esil)
Definition:
avr_esil.c:1619
buf
voidpf void * buf
Definition:
ioapi.h:138
ut8
uint8_t ut8
Definition:
lh5801.h:11
rz_analysis.h
rz_analysis_esil_t
Definition:
rz_analysis.h:1042
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)()
addr
static int addr
Definition:
z80asm.c:58
librz
analysis
arch
avr
avr_esil.h
Generated by
1.9.1