mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 01:39:21 +02:00
7 lines
60 B
Batchfile
7 lines
60 B
Batchfile
@echo off
|
|
setlocal
|
|
|
|
call "%~dp0ghidraSvr" uninstall
|
|
|
|
pause
|
|
|