mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-07 09:11:15 -09:00
10 lines
226 B
Batchfile
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 %*
|