mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-07 09:11:15 -09:00
8 lines
60 B
Batchfile
8 lines
60 B
Batchfile
@echo off
|
|
setlocal
|
|
|
|
call "%~dp0ghidraSvr" uninstall
|
|
|
|
pause
|
|
|