We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
main.ps1 报错....测试环境 Win10(1803)
使用“1”个参数调用“GetMethod”时发生异常:“发现不明确的匹配。” 所在位置 行:905 字符: 6 + $GetProcAddress = $UnsafeNativeMethods.GetMethod('GetProcAddr ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [], MethodInvocationException + FullyQualifiedErrorId : AmbiguousMatchException 不能对 Null 值表达式调用方法。 所在位置 行:912 字符: 6 + Write-Output $GetProcAddress.Invoke($null, @([System.Runtime. ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (:) [],RuntimeException + FullyQualifiedErrorId : InvokeMethodOnNull 找不到“GetDelegateForFunctionPointer”的重载,参数计数为:“2”。 所在位置 行:499 字符: 3 + $VirtualAlloc = [System.Runtime.InteropServices.Marshal]::Get ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [], MethodException + FullyQualifiedErrorId : MethodCountCouldNotFindBest 使用“1”个参数调用“GetMethod”时发生异常:“发现不明确的匹配。” 所在位置 行:905 字符: 6 + $GetProcAddress = $UnsafeNativeMethods.GetMethod('GetProcAddr ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [], MethodInvocationException + FullyQualifiedErrorId : AmbiguousMatchException 不能对 Null 值表达式调用方法。 所在位置 行:912 字符: 6 + Write-Output $GetProcAddress.Invoke($null, @([System.Runtime. ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (:) [],RuntimeException + FullyQualifiedErrorId : InvokeMethodOnNull 找不到“GetDelegateForFunctionPointer”的重载,参数计数为:“2”。 所在位置 行:504 字符: 3 + $VirtualAllocEx = [System.Runtime.InteropServices.Marshal]::G ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [], MethodException + FullyQualifiedErrorId : MethodCountCouldNotFindBest
望大佬修复~~
The text was updated successfully, but these errors were encountered:
No branches or pull requests
main.ps1 报错....测试环境 Win10(1803)
望大佬修复~~
The text was updated successfully, but these errors were encountered: