mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
10 lines
226 B
Batchfile
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 "%*"
|