bindings: update after addition of UC_HOOK_INSN_INVALID
This commit is contained in:
@ -90,6 +90,7 @@ const UC_API_MAJOR = 1;
|
||||
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;
|
||||
|
Reference in New Issue
Block a user