mirror of
https://github.com/SimoneN64/Kaizen.git
synced 2025-04-02 10:41:53 -04:00
8 lines
280 B
C
8 lines
280 B
C
/* 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);
|