We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b305c8 commit 88cf7e1Copy full SHA for 88cf7e1
CHWHB.sh
@@ -305,7 +305,7 @@ GTEMP=`mktemp -d`
305
GINSTALLDIR="/usr/local/ghidra"
306
purgeIfFound ${GINSTALLDIR}
307
GHIDRAFILE="${GTEMP}/ghidra.zip"
308
-wget -O ${GHIDRAFILE} "https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_10.0.2_build/ghidra_10.0.2_PUBLIC_20210804.zip" >> ${LOGFILE} 2>&1
+wget -O ${GHIDRAFILE} "https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_10.0.4_build/ghidra_10.0.4_PUBLIC_20210928.zip" >> ${LOGFILE} 2>&1
309
cd ${GTEMP}
310
unzip ${GHIDRAFILE} >> ${LOGFILE} 2>&1
311
# Assumption that the directory structure won't change, may need fixed later
0 commit comments