aboutsummaryrefslogtreecommitdiffstats
path: root/capstone/arch/EVM/EVMMapping.h
blob: 576e004195bb07d8a1b21063fc7b9bde82cd12f6 (plain)
1
2
3
4
5
6
7
8
/* Capstone Disassembly Engine */
/* By Nguyen Anh Quynh, 2018 */

#include <capstone/capstone.h>

void EVM_get_insn_id(cs_struct *h, cs_insn *insn, unsigned int id);
const char *EVM_insn_name(csh handle, unsigned int id);
const char *EVM_group_name(csh handle, unsigned int id);