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
pyc_dis.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: 2016-2020 c0riolis
2
// SPDX-FileCopyrightText: 2016-2020 x0urc3
3
// SPDX-License-Identifier: LGPL-3.0-only
4
5
#ifndef PYC_DIS_H
6
#define PYC_DIS_H
7
8
#include <
rz_types.h
>
9
#include <
rz_lib.h
>
10
#include <
rz_util.h
>
11
#include <
rz_asm.h
>
12
13
#include "
opcode.h
"
14
15
#include "../../../bin/format/pyc/marshal.h"
16
17
int
rz_pyc_disasm
(
RzAsmOp
*
op
,
const
ut8
*
buf
,
RzList
*cobjs,
RzList
*interned_table,
ut64
pc
,
pyc_opcodes
*
opcodes
);
18
19
#endif
pc
pc
Definition:
arm-arithmetic-aliases.s.cs:50
opcodes
OPCODE_DESC opcodes[]
Definition:
avr_esil.c:1270
buf
voidpf void * buf
Definition:
ioapi.h:138
ut8
uint8_t ut8
Definition:
lh5801.h:11
opcode.h
rz_pyc_disasm
int rz_pyc_disasm(RzAsmOp *op, const ut8 *buf, RzList *cobjs, RzList *interned_table, ut64 pc, pyc_opcodes *opcodes)
Definition:
pyc_dis.c:11
rz_asm.h
rz_lib.h
rz_types.h
rz_util.h
pyc_opcodes
Definition:
opcode.h:45
rz_asm_op_t
Definition:
rz_asm.h:66
rz_list_t
Definition:
rz_list.h:18
op
Definition:
dis.c:32
ut64
ut64(WINAPI *w32_GetEnabledXStateFeatures)()
librz
asm
arch
pyc
pyc_dis.h
Generated by
1.9.1