Rizin
unix-like reverse engineering framework and cli tools
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
OPCODE_DESC opcodes[]
Definition: avr_esil.c:1270
voidpf void * buf
Definition: ioapi.h:138
uint8_t ut8
Definition: lh5801.h:11
int rz_pyc_disasm(RzAsmOp *op, const ut8 *buf, RzList *cobjs, RzList *interned_table, ut64 pc, pyc_opcodes *opcodes)
Definition: pyc_dis.c:11
Definition: dis.c:32
ut64(WINAPI *w32_GetEnabledXStateFeatures)()