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 @@ module UnicornEngine
UC_HOOK_MEM_WRITE = 2048
UC_HOOK_MEM_FETCH = 4096
UC_HOOK_MEM_READ_AFTER = 8192
UC_HOOK_INSN_INVALID = 16384
UC_HOOK_MEM_UNMAPPED = 112
UC_HOOK_MEM_PROT = 896
UC_HOOK_MEM_READ_INVALID = 144