add combination hook type UC_HOOK_MEM_VALID to intercept all valid memory access
This commit is contained in:
@ -91,6 +91,7 @@ module Common =
|
||||
let UC_HOOK_MEM_WRITE_INVALID = 288
|
||||
let UC_HOOK_MEM_FETCH_INVALID = 576
|
||||
let UC_HOOK_MEM_INVALID = 1008
|
||||
let UC_HOOK_MEM_VALID = 7168
|
||||
let UC_QUERY_MODE = 1
|
||||
|
||||
let UC_PROT_NONE = 0
|
||||
|
Reference in New Issue
Block a user