ghidra/Ghidra/RuntimeScripts/Windows/support/convertStorage.bat

10 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 %*