bindings: update after addition of UC_HOOK_INSN_INVALID
This commit is contained in:
@ -92,6 +92,7 @@ module Common =
|
||||
let UC_HOOK_MEM_WRITE = 2048
|
||||
let UC_HOOK_MEM_FETCH = 4096
|
||||
let UC_HOOK_MEM_READ_AFTER = 8192
|
||||
let UC_HOOK_INSN_INVALID = 16384
|
||||
let UC_HOOK_MEM_UNMAPPED = 112
|
||||
let UC_HOOK_MEM_PROT = 896
|
||||
let UC_HOOK_MEM_READ_INVALID = 144
|
||||
|
Reference in New Issue
Block a user