mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 02:09:44 +02:00
9 lines
No EOL
264 B
Batchfile
9 lines
No EOL
264 B
Batchfile
:: Ghidra-Clean
|
|
:: An interactive utility to discover and delete artifacts that Ghidra lays down on the filesystem.
|
|
|
|
@echo off
|
|
setlocal
|
|
|
|
set VMARG_LIST=-Djava.awt.headless=true
|
|
|
|
call "%~dp0launch.bat" fg jdk Ghidra-Clean "" "" utility.application.AppCleaner Ghidra |