1 Star 0 Fork 8

zoro/nuclei-sdk-rvos

forked from Nuclei-Software/nuclei-sdk 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.ps1 666 Bytes
一键复制 编辑 原始数据 按行查看 历史
华仔 提交于 2021-04-25 15:33 . env: add qemu into tool path
$NUCLEI_TOOL_ROOT="C:\Nuclei"
# Create your setup_config.ps1 before run .\setup.ps1
# and define $NUCLEI_TOOL_ROOT like below
# $NUCLEI_TOOL_ROOT="D:\Software\Nuclei"
# Start Windows PowerShell with the "Run as Administrator" option
# Run the following command below to enable running unsigned scripts:
# set-executionpolicy remotesigned
$SETUP_CONFIG="setup_config.ps1"
if (Test-Path $SETUP_CONFIG) {
. .\$SETUP_CONFIG
}
Write-Output "Setup Nuclei SDK Tool Environment"
Write-Output "NUCLEI_TOOL_ROOT=$NUCLEI_TOOL_ROOT"
$env:Path="$NUCLEI_TOOL_ROOT\gcc\bin;$NUCLEI_TOOL_ROOT\openocd\bin;$NUCLEI_TOOL_ROOT\build-tools\bin;$NUCLEI_TOOL_ROOT\qemu;"+$env:Path
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/ldl17/nuclei-sdk.git
[email protected]:ldl17/nuclei-sdk.git
ldl17
nuclei-sdk
nuclei-sdk-rvos
master

搜索帮助