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
15 
16 #endif
size_t len
Definition: 6502dis.c:15
uint32_t ut32
ut32 get_ins_part(ut32 pos, ut32 len)
Definition: ins.c:51
ut32 get_ins_len(ut8 opcode)
Definition: ins.c:11
uint8_t ut8
Definition: lh5801.h:11
int pos
Definition: main.c:11