Rizin
unix-like reverse engineering framework and cli tools
ins.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: 2013-2021 th0rpe <josediazfer@yahoo.es>
2
// SPDX-License-Identifier: LGPL-3.0-only
3
4
#ifndef INS_H
5
#define INS_H
6
7
#include <
rz_types.h
>
8
#include "
utils.h
"
9
10
// instruction length
11
ut32
get_ins_len
(
ut8
opcode);
12
13
// gets instruction bytes from a position
14
ut32
get_ins_part
(
ut32
pos
,
ut32
len
);
15
16
#endif
len
size_t len
Definition:
6502dis.c:15
ut32
uint32_t ut32
Definition:
demangler_util.h:31
get_ins_part
ut32 get_ins_part(ut32 pos, ut32 len)
Definition:
ins.c:51
get_ins_len
ut32 get_ins_len(ut8 opcode)
Definition:
ins.c:11
ut8
uint8_t ut8
Definition:
lh5801.h:11
rz_types.h
pos
int pos
Definition:
main.c:11
utils.h
librz
asm
arch
tms320
c55x_plus
ins.h
Generated by
1.9.1