mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-07-25 14:33:56 +00:00
Initial Commit
This commit is contained in:
9
thirdparty/capstone/arch/WASM/WASMMapping.h
vendored
Normal file
9
thirdparty/capstone/arch/WASM/WASMMapping.h
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/* Capstone Disassembly Engine */
|
||||
/* By Spike, xwings 2019 */
|
||||
|
||||
#include <capstone/capstone.h>
|
||||
|
||||
void WASM_get_insn_id(cs_struct *h, cs_insn *insn, unsigned int id);
|
||||
const char *WASM_insn_name(csh handle, unsigned int id);
|
||||
const char *WASM_group_name(csh handle, unsigned int id);
|
||||
const char *WASM_kind_name(unsigned int id);
|
Reference in New Issue
Block a user