ghidra/Ghidra/RuntimeScripts/Windows/support/GhidraGo/ghidraGo.bat

10 lines
226 B
Batchfile

:: GhidraGo launch
@echo off
setlocal
:: Launch mode can be changed to one of the following:
:: fg, debug, debug-suspend
set LAUNCH_MODE=fg
call "%~dp0..\launch.bat" %LAUNCH_MODE% jdk GhidraGo "" "" ghidra.GhidraGo "%*"