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
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