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
ins.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: 2013-2021 th0rpe <josediazfer@yahoo.es>
2
// SPDX-License-Identifier: LGPL-3.0-only
3
4
#ifndef INS_H
5
#define INS_H
6
7
#include <
rz_types.h
>
8
#include "
utils.h
"
9
10
// instruction length
11
ut32
get_ins_len
(
ut8
opcode);
12
13
// gets instruction bytes from a position
14
ut32
get_ins_part
(
ut32
pos
,
ut32
len
);
15
16
#endif
len
size_t len
Definition:
6502dis.c:15
ut32
uint32_t ut32
Definition:
demangler_util.h:31
get_ins_part
ut32 get_ins_part(ut32 pos, ut32 len)
Definition:
ins.c:51
get_ins_len
ut32 get_ins_len(ut8 opcode)
Definition:
ins.c:11
ut8
uint8_t ut8
Definition:
lh5801.h:11
rz_types.h
pos
int pos
Definition:
main.c:11
utils.h
librz
asm
arch
tms320
c55x_plus
ins.h
Generated by
1.9.1