uc_ctl proposal (#1473)
* Add uc_ctl * Add comments * Slightly changed for bindings generation * Generate bindings
This commit is contained in:
@ -1,5 +1,10 @@
|
||||
# For Unicorn Engine. AUTO-GENERATED FILE, DO NOT EDIT [arm64_const.py]
|
||||
|
||||
UC_CPU_AARCH64_A57 = 0
|
||||
UC_CPU_AARCH64_A53 = 1
|
||||
UC_CPU_AARCH64_A72 = 2
|
||||
UC_CPU_AARCH64_MAX = 3
|
||||
|
||||
# ARM64 registers
|
||||
|
||||
UC_ARM64_REG_INVALID = 0
|
||||
|
Reference in New Issue
Block a user