update ghidra version to 10.3.1

This commit is contained in:
chenyh 2023-06-25 11:38:41 +08:00 committed by Yan Shoshitaishvili
parent c2fd3286f8
commit 411e7d7a97

View file

@ -1,7 +1,7 @@
#!/bin/bash -ex #!/bin/bash -ex
[ -e https://ghidra-sre.org/ghidra_9.1-BETA_DEV_20190923.zip ] || wget https://ghidra-sre.org/ghidra_9.1-BETA_DEV_20190923.zip [ -e https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_10.3.1_build/ghidra_10.3.1_PUBLIC_20230614.zip ] || wget https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_10.3.1_build/ghidra_10.3.1_PUBLIC_20230614.zip
[ -e ghidra_9.1-BETA_DEV ] || unzip ghidra_9.1-BETA_DEV_20190923.zip [ -e ghidra_10.3.1_PUBLIC ] || unzip ghidra_10.3.1_PUBLIC_20230614.zip
mkdir -p bin mkdir -p bin
cd bin cd bin
ln -s ../ghidra_9.1-BETA_DEV/ghidraRun ghidra ln -s ../ghidra_9.1-BETA_DEV/ghidraRun ghidra