PowerShellMafia/PowerSploit

Reflective peinjection ambigous

azerty55 opened this issue · 0 comments

Hi
I tried to run exe with peinjection
My commands
$ByteArray = [System.IO.File]::ReadAllBytes("C:\windows\Tasks\mimikatz.exe")
Invoke-expression(Get-Content .\Invoke-ReflectivePEInjection.ps1 |out-string)
And
Invoke-ReflectivePEInjection -PEBytes $ByteArray
But it return error " ambigous match found"
What I'm doing wrong?
Thanks