add combination hook type UC_HOOK_MEM_VALID to intercept all valid memory access
This commit is contained in:
@ -86,6 +86,7 @@ const (
|
||||
HOOK_MEM_WRITE_INVALID = 288
|
||||
HOOK_MEM_FETCH_INVALID = 576
|
||||
HOOK_MEM_INVALID = 1008
|
||||
HOOK_MEM_VALID = 7168
|
||||
QUERY_MODE = 1
|
||||
|
||||
PROT_NONE = 0
|
||||
|
Reference in New Issue
Block a user