mirror of
https://github.com/yuzu-mirror/unicorn.git
synced 2026-04-04 14:07:42 +00:00
bindings: update consts after the latest change in the core
This commit is contained in:
parent
dab01c1329
commit
8aba3170c6
2 changed files with 8 additions and 2 deletions
|
|
@ -44,9 +44,13 @@ UC_ERR_CODE_INVALID = 9
|
|||
UC_ERR_HOOK = 10
|
||||
UC_ERR_INSN_INVALID = 11
|
||||
UC_ERR_MAP = 12
|
||||
UC_ERR_MEM_WRITE_NW = 13
|
||||
UC_ERR_MEM_READ_NR = 14
|
||||
UC_MEM_READ = 16
|
||||
UC_MEM_WRITE = 17
|
||||
UC_MEM_READ_WRITE = 18
|
||||
UC_MEM_WRITE_NW = 19
|
||||
UC_MEM_READ_NR = 20
|
||||
UC_HOOK_INTR = 32
|
||||
UC_HOOK_INSN = 33
|
||||
UC_HOOK_CODE = 34
|
||||
|
|
@ -57,4 +61,3 @@ UC_HOOK_MEM_WRITE = 38
|
|||
UC_HOOK_MEM_READ_WRITE = 39
|
||||
UC_PROT_READ = 1
|
||||
UC_PROT_WRITE = 2
|
||||
UC_PROT_EXEC = 4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue