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.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_H
6
#define PYC_H
7
8
#include <
rz_types.h
>
9
#include <
rz_util.h
>
10
#include <
rz_lib.h
>
11
#include <
rz_bin.h
>
12
#include "
pyc_magic.h
"
13
#include "
marshal.h
"
14
15
bool
pyc_get_sections_symbols
(
RzBinPycObj
*pyc,
RzList
*
sections
,
RzList
*
symbols
,
RzList
*
mem
,
RzBuffer
*
buf
,
ut32
magic);
16
bool
pyc_is_code
(
ut8
b
,
ut32
magic);
17
18
#endif
symbols
RzList * symbols(RzBinFile *bf)
Definition:
bin_ne.c:102
sections
RzList * sections(RzBinFile *bf)
Definition:
bin_ne.c:110
ut32
uint32_t ut32
Definition:
demangler_util.h:31
buf
voidpf void * buf
Definition:
ioapi.h:138
ut8
uint8_t ut8
Definition:
lh5801.h:11
mem
void * mem
Definition:
libc.cpp:91
marshal.h
pyc_is_code
bool pyc_is_code(ut8 b, ut32 magic)
Definition:
pyc.c:16
pyc_get_sections_symbols
bool pyc_get_sections_symbols(RzBinPycObj *pyc, RzList *sections, RzList *symbols, RzList *mem, RzBuffer *buf, ut32 magic)
Definition:
pyc.c:8
pyc_magic.h
rz_bin.h
rz_lib.h
rz_types.h
rz_util.h
b
#define b(i)
Definition:
sha256.c:42
pyc_context
Definition:
marshal.h:76
rz_buf_t
Definition:
rz_buf.h:43
rz_list_t
Definition:
rz_list.h:18
librz
bin
format
pyc
pyc.h
Generated by
1.9.1