rename UC_QUERY_ARM_MODE to a more generic name UC_QUERY_MODE. make all bindings support this new constant

This commit is contained in:
Nguyen Anh Quynh
2016-01-24 01:08:23 +08:00
parent 4dbad9aa9b
commit 6f3d48077e
6 changed files with 11 additions and 5 deletions

View File

@ -90,6 +90,7 @@ module Common =
let UC_HOOK_MEM_WRITE_INVALID = 288
let UC_HOOK_MEM_FETCH_INVALID = 576
let UC_HOOK_MEM_INVALID = 1008
let UC_QUERY_MODE = 1
let UC_PROT_NONE = 0
let UC_PROT_READ = 1