From 411e7d7a9759d7b3452eaa995a7f358341cde732 Mon Sep 17 00:00:00 2001 From: chenyh Date: Sun, 25 Jun 2023 11:38:41 +0800 Subject: [PATCH] update ghidra version to 10.3.1 --- ghidra/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghidra/install b/ghidra/install index fcd5b73..af6529c 100755 --- a/ghidra/install +++ b/ghidra/install @@ -1,7 +1,7 @@ #!/bin/bash -ex -[ -e https://ghidra-sre.org/ghidra_9.1-BETA_DEV_20190923.zip ] || wget https://ghidra-sre.org/ghidra_9.1-BETA_DEV_20190923.zip -[ -e ghidra_9.1-BETA_DEV ] || unzip ghidra_9.1-BETA_DEV_20190923.zip +[ -e https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_10.3.1_build/ghidra_10.3.1_PUBLIC_20230614.zip ] || wget https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_10.3.1_build/ghidra_10.3.1_PUBLIC_20230614.zip +[ -e ghidra_10.3.1_PUBLIC ] || unzip ghidra_10.3.1_PUBLIC_20230614.zip mkdir -p bin cd bin ln -s ../ghidra_9.1-BETA_DEV/ghidraRun ghidra