You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
REM set NUCLEI_TOOL_ROOT=D:\NucleiStudio_IDE_202310-win64\NucleiStudio\toolchain
set SETUP_CONFIG=setup_config.bat
if exist %SETUP_CONFIG% call %SETUP_CONFIG%
echo Setup Nuclei SDK Tool Environment
echo NUCLEI_TOOL_ROOT=%NUCLEI_TOOL_ROOT%
set PATH=%NUCLEI_TOOL_ROOT%\gcc\bin;%NUCLEI_TOOL_ROOT%\openocd\bin;%NUCLEI_TOOL_ROOT%\build-tools\bin;%NUCLEI_TOOL_ROOT%\qemu\bin;%NUCLEI_TOOL_ROOT%\nucleimodel\bin;%PATH%