mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
9 lines
226 B
Batchfile
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 %*
|