23 Nov
2025
23 Nov
'25
9:39 p.m.
Found this while doing a few tests invoking methods in powershell core. (Simple way to reproduce is install powershell core https://github.com/PowerShell/PowerShell/releases/download/v7.5.3/PowerShell... and then do: `wine pwsh -c '$binarySD = @($null); [void]([wmiclass]"__SystemSecurity").InvokeMethod("getSD",$binarySD); $binarySD'` ) -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9563