bindings: update after addition of UC_HOOK_INSN_INVALID

This commit is contained in:
naq
2019-09-23 01:54:24 +08:00
parent 07f94ad1fc
commit 355eaecc12
5 changed files with 5 additions and 0 deletions

View File

@ -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