mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-10 09:13:58 -09:00
11 lines
226 B
Batchfile
11 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 "%*"
|