ghidra/Ghidra/RuntimeScripts/Windows/support/convertStorage.bat
2019-03-26 13:46:51 -04:00

9 lines
226 B
Batchfile

:: Ghidra Filesystem Conversion launch
@echo off
setlocal
:: maximum heap memory may be change if inadequate
set MAXMEM=128M
call "%~dp0launch.bat" fg ConvertStorage "%MAXMEM%" "" ghidra.framework.data.ConvertFileSystem %*