diff --git a/sema_toolchain/sema_scdg/application/helper/SyscallToSCDG.py b/sema_toolchain/sema_scdg/application/helper/SyscallToSCDG.py index 00633644a..556371b2f 100644 --- a/sema_toolchain/sema_scdg/application/helper/SyscallToSCDG.py +++ b/sema_toolchain/sema_scdg/application/helper/SyscallToSCDG.py @@ -402,6 +402,8 @@ def if_wstring_call(self, state, callee_arg, args, i): ("LPCWSTR" in callee_arg[i]["type"] or "LPWSTR" in callee_arg[i]["type"] or "wchar_t*const" in callee_arg[i]["type"] + or "const wchar_t*" in callee_arg[i]["type"] + or "wchar_t*" in callee_arg[i]["type"] or "OLECHAR" in callee_arg[i]["type"] or "PWSTR" in callee_arg[i]["type"] or "PCWSTR" in callee_arg[i]["type"]