Rizin
unix-like reverse engineering framework and cli tools
EVMMapping.h
Go to the documentation of this file.
1
/* Capstone Disassembly Engine */
2
/* By Nguyen Anh Quynh, 2018 */
3
4
#include <capstone/capstone.h>
5
6
void
EVM_get_insn_id
(
cs_struct
*
h
, cs_insn *insn,
unsigned
int
id
);
7
const
char
*
EVM_insn_name
(
csh
handle
,
unsigned
int
id
);
8
const
char
*
EVM_group_name
(
csh
handle
,
unsigned
int
id
);
EVM_insn_name
const char * EVM_insn_name(csh handle, unsigned int id)
EVM_group_name
const char * EVM_group_name(csh handle, unsigned int id)
EVM_get_insn_id
void EVM_get_insn_id(cs_struct *h, cs_insn *insn, unsigned int id)
handle
static mcore_handle handle
Definition:
asm_mcore.c:8
csh
size_t csh
Definition:
capstone.h:71
h
#define h(i)
Definition:
sha256.c:48
cs_struct
Definition:
cs_priv.h:54
subprojects
capstone-bundled
arch
EVM
EVMMapping.h
Generated by
1.9.1