-
Notifications
You must be signed in to change notification settings - Fork 268
Open
Description
Hi,
Having an encoding issue with sigcheck (andsigcheck64) executing it from php script with shell_exec
- in 2.90, output result was in 8bits char encoded string
- in 2.91, output result is in 16bits char little indian encoded string not documented in https://github.com/MicrosoftDocs/sysinternals/blob/main/sysinternals/downloads/sigcheck.md
⏩ Could you specifies this point in documentation?
Fyi, to parse csv result in php, you must convert output with
mb_convert_encoding($data, "UTF-8", "UTF-16LE");Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels