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 
16 bool pyc_is_code(ut8 b, ut32 magic);
17 
18 #endif
RzList * symbols(RzBinFile *bf)
Definition: bin_ne.c:102
RzList * sections(RzBinFile *bf)
Definition: bin_ne.c:110
uint32_t ut32
voidpf void * buf
Definition: ioapi.h:138
uint8_t ut8
Definition: lh5801.h:11
void * mem
Definition: libc.cpp:91
bool pyc_is_code(ut8 b, ut32 magic)
Definition: pyc.c:16
bool pyc_get_sections_symbols(RzBinPycObj *pyc, RzList *sections, RzList *symbols, RzList *mem, RzBuffer *buf, ut32 magic)
Definition: pyc.c:8
#define b(i)
Definition: sha256.c:42