apt install make gcc gcc-multilib gdb openjdk-17-jdk strace systemd-coredump python3 python3-pip python3-dev git libssl-dev libffi-dev build-essential

python3 -m pip install ropper
python3 -m pip install --upgrade pwntools

# installing gef
# -----------------------------------------------------------
# via the install script
## using curl
$ bash -c "$(curl -fsSL https://gef.blah.cat/sh)"

## using wget
$ bash -c "$(wget https://gef.blah.cat/sh -O -)"

# or manually
$ wget -O ~/.gdbinit-gef.py -q https://gef.blah.cat/py
$ echo source ~/.gdbinit-gef.py >> ~/.gdbinit

# ------------------------------------------------------------
