| 程序包 | 说明 |
|---|---|
| keystone | |
| keystone.natives |
| 限定符和类型 | 方法和说明 |
|---|---|
static KeystoneArchitecture |
KeystoneArchitecture.fromValue(Integer value)
Converts an integer value into its corresponding enumeration value.
|
static KeystoneArchitecture |
KeystoneArchitecture.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static KeystoneArchitecture[] |
KeystoneArchitecture.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static boolean |
Keystone.isArchitectureSupported(KeystoneArchitecture architecture)
Determines whether the given architecture is supported by Keystone.
|
| 构造器和说明 |
|---|
Keystone(KeystoneArchitecture architecture,
KeystoneMode mode)
Initializes a new instance of the class
Keystone. |
| 限定符和类型 | 方法和说明 |
|---|---|
static boolean |
DirectMappingKeystoneNative.ks_arch_supported(KeystoneArchitecture architecture)
Determine if the given architecture is supported by this library.
|
static KeystoneError |
DirectMappingKeystoneNative.ks_open(KeystoneArchitecture architecture,
KeystoneMode mode,
com.sun.jna.ptr.PointerByReference engine)
Create new instance of Keystone engine.
|
Copyright © 2022. All rights reserved.