From f314dcd35a6bc1b875cef7528a59b4fbad7b1e3c Mon Sep 17 00:00:00 2001 From: Alastair <96997148+0Alastair1@users.noreply.github.com> Date: Thu, 11 Apr 2024 11:20:39 +0000 Subject: [PATCH] Update for Ghidra 11.0.3 --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 524594d..84916d2 100755 --- a/build.sh +++ b/build.sh @@ -2,9 +2,9 @@ export CORRETTO_ARCHIVE=amazon-corretto-17-x64-linux-jdk.tar.gz export CORRETTO_URL=https://corretto.aws/downloads/latest/${CORRETTO_ARCHIVE} -export GHIDRA_VER_CORE=11.0.1 +export GHIDRA_VER_CORE=11.0.3 export GHIDRA_VER=${GHIDRA_VER_CORE}_PUBLIC -export GHIDRA_DATE=20240130 +export GHIDRA_DATE=20240410 export GHIDRA_ARCHIVE=ghidra_${GHIDRA_VER}_${GHIDRA_DATE}.zip export GHIDRA_URL=https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_${GHIDRA_VER_CORE}_build/${GHIDRA_ARCHIVE} export GRADLE_VER=7.6