Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
wine-mirror
GitHub Repository: wine-mirror/wine
Path: blob/master/libs/capstone/arch/AArch64/AArch64Module.h
4389 views
1
/* Capstone Disassembly Engine */
2
/* By Travis Finkenauer <[email protected]>, 2018 */
3
4
#ifndef CS_AARCH64_MODULE_H
5
#define CS_AARCH64_MODULE_H
6
7
#include "../../utils.h"
8
9
cs_err AArch64_global_init(cs_struct *ud);
10
cs_err AArch64_option(cs_struct *handle, cs_opt_type type, size_t value);
11
12
#endif
13
14