We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4627748 commit 4037dc3Copy full SHA for 4037dc3
.devcontainer/Dockerfile
src/install-pwn.sh
@@ -7,6 +7,11 @@ cargo install pwninit
7
cargo install xgadget --features cli-bin
8
gem install one_gadget
9
10
+# Install ghidra
11
+sudo apt install -y openjdk-17-jdk
12
+wget 'https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_10.4_build/ghidra_10.4_PUBLIC_20230928.zip'
13
+unzip 'ghidra_10.4_PUBLIC_20230928.zip'
14
+
15
curl -fsSLo /usr/local/lib/gef.py 'https://github.com/hugsy/gef/raw/main/gef.py'
16
echo 'source /usr/local/lib/gef.py' >/etc/gdbinit
17
0 commit comments