This commit is contained in:
Yan 2019-09-24 17:35:58 -07:00
parent a929a3c598
commit 65b884bb30
2 changed files with 10 additions and 0 deletions

7
ghidra/install Executable file
View file

@ -0,0 +1,7 @@
#!/bin/bash -e
[ -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
mkdir -p bin
cd bin
ln -s ../ghidra_9.1-BETA_DEV/ghidraRun ghidra

3
ghidra/install-root-debian Executable file
View file

@ -0,0 +1,3 @@
#!/bin/bash -e
sudo apt install openjdk-11-jdk -y