Rizin
unix-like reverse engineering framework and cli tools
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