#!/bin/bash -ex set -e -o pipefail git clone --depth 1 https://github.com/pwndbg/pwndbg source ctf-tools-venv-activate pushd pwndbg pip install -Ur ./requirements.txt popd # pwndbg brings it's own capstone/unicorn submodules # we ignore this for now and install the deps ourselfs #git submodule update --init --recursive # install capstone/unicron dependencies pip install -U capstone manage-tools install unicorn mkdir bin cat >> bin/pwndbg <> ~/.gdbinit <