Skip to content

Commit

Permalink
Update for Ghidra 11.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thrimbor authored and mborgerson committed Feb 11, 2024
1 parent 09ce1df commit 741fc5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
export GHIDRA_VER_CORE=11.0.1
export GHIDRA_VER=${GHIDRA_VER_CORE}_PUBLIC
export GHIDRA_DATE=20231222
export GHIDRA_DATE=20240130
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
Expand Down

0 comments on commit 741fc5a

Please sign in to comment.