mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-04-25 17:25:17 +02:00
GP-1999: mods for windows
GP-1999: launchers for the agents GP-1999: launchers for the agents
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
:: GADP Server launch
|
||||
|
||||
@echo off
|
||||
setlocal
|
||||
|
||||
:: Maximum heap memory may be changed if default is inadequate. This will generally be up to 1/4 of
|
||||
:: the physical memory available to the OS. Uncomment MAXMEM setting if non-default value is needed.
|
||||
::set MAXMEM=2G
|
||||
|
||||
call "%~dp0launch.bat" fg jdk DbgEngAgent "%MAXMEM%" "" agent.dbgmodel.gadp.DbgModelGadpServerLaunchShim -H localhost -p 0
|
||||
|
||||
Reference in New Issue
Block a user