capstone-sys 0.18.0

System bindings to the capstone disassembly library
Documentation
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);