mirror of
https://github.com/zardus/ctf-tools
synced 2025-03-13 21:37:04 +00:00
5 lines
234 B
Bash
Executable file
5 lines
234 B
Bash
Executable file
#!/bin/bash -ex
|
|
|
|
#git clone --depth 1 https://github.com/pwndbg/pwndbg
|
|
wget https://github.com/pwndbg/pwndbg/releases/download/2025.02.19/pwndbg_2025.02.19_x86_64-portable.tar.xz
|
|
tar xvf pwndbg_*-portable.tar.xz --strip-components 2
|