mirror of
https://github.com/yuzu-mirror/unicorn.git
synced 2026-04-04 14:07:42 +00:00
add architecture query (#842)
This commit is contained in:
parent
14222bd5f0
commit
3fdb2d2442
7 changed files with 11 additions and 0 deletions
|
|
@ -94,6 +94,7 @@ UC_HOOK_MEM_INVALID = 1008
|
|||
UC_HOOK_MEM_VALID = 7168
|
||||
UC_QUERY_MODE = 1
|
||||
UC_QUERY_PAGE_SIZE = 2
|
||||
UC_QUERY_ARCH = 3
|
||||
|
||||
UC_PROT_NONE = 0
|
||||
UC_PROT_READ = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue