mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-04 18:29:26 +00:00
update ghidra version to 10.3.1
This commit is contained in:
parent
c2fd3286f8
commit
411e7d7a97
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/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 ghidra_9.1-BETA_DEV ] || unzip 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_10.3.1_PUBLIC ] || unzip ghidra_10.3.1_PUBLIC_20230614.zip
|
||||
mkdir -p bin
|
||||
cd bin
|
||||
ln -s ../ghidra_9.1-BETA_DEV/ghidraRun ghidra
|
||||
|
|
Loading…
Reference in a new issue