ee2f9da8
by Louis Lenders at 2025-11-24T11:10:56+01:00
wbemprox: Use case insensitive search in get_method.
Found this while doing a few tests invoking methods in powershell core.
Simple way to reproduce is install powershell core and then do:
wine pwsh -c '$binarySD = @($null); [void]([wmiclass]"__SystemSecurity").InvokeMethod("getSD",$binarySD); $binarySD'