mirror of
https://github.com/yuzu-mirror/unicorn.git
synced 2026-04-06 15:04:27 +00:00
add architecture query (#842)
This commit is contained in:
parent
14222bd5f0
commit
3fdb2d2442
7 changed files with 11 additions and 0 deletions
|
|
@ -98,6 +98,7 @@ public interface UnicornConst {
|
|||
public static final int UC_HOOK_MEM_VALID = 7168;
|
||||
public static final int UC_QUERY_MODE = 1;
|
||||
public static final int UC_QUERY_PAGE_SIZE = 2;
|
||||
public static final int UC_QUERY_ARCH = 3;
|
||||
|
||||
public static final int UC_PROT_NONE = 0;
|
||||
public static final int UC_PROT_READ = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue