1 Star 0 Fork 0

/RunasCs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
base64_conversion_commands.ps1 180 Bytes
一键复制 编辑 原始数据 按行查看 历史
antonioCoco 提交于 2019-12-14 03:19 . some tweaks on powershell wrapper
$Filename = (Get-Location).Path + "\RunasCs_net2.exe"
$base64string_x64 = [Convert]::ToBase64String([IO.File]::ReadAllBytes($FileName))
$base64string_x64 | Out-File RunasCs.base64
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/otan/RunasCs.git
git@gitee.com:otan/RunasCs.git
otan
RunasCs
RunasCs
master

搜索帮助