Closed MrPayne closed 6 years ago
For me, I got the one-liner to execute, but the GetString call was:
IEX([System.Text.Encoding]::ASCII.GetString($o[0..30])) and should have been:
IEX([System.Text.Encoding]::ASCII.GetString($o[0..33]))
GetString definitely needed another byte in its array, but unless you had a one character script, that shouldn't have been the root cause here.
I've got the conversion portion working, but when the second file is generated, there is no one-line string generated off of the IEX([System.Text.Encoding]::ASCII.GetString variable.