mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
9 lines
238 B
Batchfile
9 lines
238 B
Batchfile
:: Ghidra Sleigh language compiler launch
|
|
|
|
@echo off
|
|
setlocal
|
|
|
|
:: maximum heap memory may be change if inadequate
|
|
set MAXMEM=256M
|
|
|
|
call "%~dp0launch.bat" fg jdk Sleigh "%MAXMEM%" "" ghidra.pcodeCPort.slgh_compile.SleighCompileLauncher %*
|