mirror of
https://github.com/yuzu-mirror/unicorn.git
synced 2026-04-05 06:25:33 +00:00
add combination hook type UC_HOOK_MEM_VALID to intercept all valid memory access
This commit is contained in:
parent
1fb5416f4a
commit
a2ef52172c
5 changed files with 6 additions and 0 deletions
|
|
@ -88,6 +88,7 @@ public interface UnicornConst {
|
|||
public static final int UC_HOOK_MEM_WRITE_INVALID = 288;
|
||||
public static final int UC_HOOK_MEM_FETCH_INVALID = 576;
|
||||
public static final int UC_HOOK_MEM_INVALID = 1008;
|
||||
public static final int UC_HOOK_MEM_VALID = 7168;
|
||||
public static final int UC_QUERY_MODE = 1;
|
||||
|
||||
public static final int UC_PROT_NONE = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue