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

@ -87,6 +87,7 @@ const (
HOOK_MEM_WRITE = 2048
HOOK_MEM_FETCH = 4096
HOOK_MEM_READ_AFTER = 8192
HOOK_INSN_INVALID = 16384
HOOK_MEM_UNMAPPED = 112
HOOK_MEM_PROT = 896
HOOK_MEM_READ_INVALID = 144