uc_ctl proposal (#1473)
* Add uc_ctl * Add comments * Slightly changed for bindings generation * Generate bindings
This commit is contained in:
@ -4,6 +4,11 @@ package unicorn;
|
||||
|
||||
public interface Arm64Const {
|
||||
|
||||
public static final int UC_CPU_AARCH64_A57 = 0;
|
||||
public static final int UC_CPU_AARCH64_A53 = 1;
|
||||
public static final int UC_CPU_AARCH64_A72 = 2;
|
||||
public static final int UC_CPU_AARCH64_MAX = 3;
|
||||
|
||||
// ARM64 registers
|
||||
|
||||
public static final int UC_ARM64_REG_INVALID = 0;
|
||||
|
Reference in New Issue
Block a user