You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*Describe the bug
When I add ql.os.set_api('strcasecmp', pre_strcasecmp, QL_INTERCEPT.ENTER), it reports Syscall ERROR: ql_syscall_brk DEBUG: Invalid memory mapping (UC_ERR_MAP)
Sample Code
ql.os.set_api('strcasecmp', pre_strcasecmp, QL_INTERCEPT.ENTER)
no matter what code in pre_strcasecmp, it's always an error.
Screenshots
The text was updated successfully, but these errors were encountered:
*Describe the bug
When I add ql.os.set_api('strcasecmp', pre_strcasecmp, QL_INTERCEPT.ENTER), it reports Syscall ERROR: ql_syscall_brk DEBUG: Invalid memory mapping (UC_ERR_MAP)
Sample Code
Screenshots
The text was updated successfully, but these errors were encountered: