Skip to content

Commit

Permalink
Update for Ghidra 10.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thrimbor authored and mborgerson committed Aug 23, 2023
1 parent d185ddd commit acdbf56
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=10.3.1
export GHIDRA_VER_CORE=10.3.2
export GHIDRA_VER=${GHIDRA_VER_CORE}_PUBLIC
export GHIDRA_DATE=20230614
export GHIDRA_DATE=20230711
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 acdbf56

Please sign in to comment.