remove UC_ERR_TIMEOUT, so timeout on uc_emu_start() is not considered error. added UC_QUERY_TIMEOUT to query exit reason
This commit is contained in:
@ -66,7 +66,6 @@ const (
|
||||
ERR_HOOK_EXIST = 19
|
||||
ERR_RESOURCE = 20
|
||||
ERR_EXCEPTION = 21
|
||||
ERR_TIMEOUT = 22
|
||||
MEM_READ = 16
|
||||
MEM_WRITE = 17
|
||||
MEM_FETCH = 18
|
||||
@ -102,6 +101,7 @@ const (
|
||||
QUERY_MODE = 1
|
||||
QUERY_PAGE_SIZE = 2
|
||||
QUERY_ARCH = 3
|
||||
QUERY_TIMEOUT = 4
|
||||
|
||||
PROT_NONE = 0
|
||||
PROT_READ = 1
|
||||
|
Reference in New Issue
Block a user