HyperDbg Debugger
Loading...
Searching...
No Matches
evm.h
Go to the documentation of this file.
1/* Keystone Assembler Engine */
2/* By Nguyen Anh Quynh, 2016-2018 */
3
4#ifndef KEYSTONE_EVM_H
5#define KEYSTONE_EVM_H
6
7#ifdef __cplusplus
8extern "C" {
9#endif
10
11#include "keystone.h"
12
18
19#ifdef __cplusplus
20}
21#endif
22
23#endif
ks_err_asm_evm
Definition evm.h:13
@ KS_ERR_ASM_EVM_MNEMONICFAIL
Definition evm.h:16
@ KS_ERR_ASM_EVM_INVALIDOPERAND
Definition evm.h:14
@ KS_ERR_ASM_EVM_MISSINGFEATURE
Definition evm.h:15
#define KS_ERR_ASM_ARCH
Definition keystone.h:107