question

letim-8677 avatar image
0 Votes"
letim-8677 asked letim-8677 answered

[Bug Report]Check VirusTotal always fail when file path include chinese

by the way, sigcheck.exe also is with same problem when try to Query VirusTotal.

windows-sysinternals-procexp
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

letim-8677 avatar image
0 Votes"
letim-8677 answered

I confirmed the bug by debugging sigcheck.exe,the request JSON sent to VT was malformed(truncated).
the first issue I saw: HTTP Content-Length was by SysStringLen("UNICODE JSON contains Chinese"),
second issue: WideCharToMultiByte didn't use CP_UTF8 to convert unicode json.






5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.