#!/bin/bash -e # move to ctftools virtual env source ctf-tools-venv-activate git clone --depth 1 https://github.com/cloudburst/libheap pip install -e libheap # make sure gdbinit exists touch ~/.gdbinit # check if init command exits if ! grep "init-libheap" ~/.gdbinit; then cat >> ~/.gdbinit <