Skip to content

Commit

Permalink
Update for Ghidra 10.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mborgerson committed Jun 19, 2023
1 parent fa62d8f commit e7babb6
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
export GHIDRA_VER_CORE=10.3.1
export GHIDRA_VER=${GHIDRA_VER_CORE}_PUBLIC
export GHIDRA_DATE=20230510
export GHIDRA_DATE=20230614
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 e7babb6

Please sign in to comment.