Rizin
unix-like reverse engineering framework and cli tools
EVMMapping.h File Reference
#include <capstone/capstone.h>

Go to the source code of this file.

Functions

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)
 

Function Documentation

◆ EVM_get_insn_id()

void EVM_get_insn_id ( cs_struct h,
cs_insn *  insn,
unsigned int  id 
)

Referenced by EVM_getInstruction().

◆ EVM_group_name()

const char* EVM_group_name ( csh  handle,
unsigned int  id 
)

◆ EVM_insn_name()

const char* EVM_insn_name ( csh  handle,
unsigned int  id 
)

Referenced by EVM_printInst().