Skip to content

Instantly share code, notes, and snippets.

@ph4ge
Created September 18, 2021 07:39
Show Gist options
  • Save ph4ge/e1aa3cdc798ab6a7f9d11f9dc87e9ac4 to your computer and use it in GitHub Desktop.
Save ph4ge/e1aa3cdc798ab6a7f9d11f9dc87e9ac4 to your computer and use it in GitHub Desktop.
get peda from github
#!/bin/bash
echo :::::::::::::
echo Getting PEDA
echo :::::::::::::
sudo apt-get update && sudo apt-get install git gdb build-essential gcc-multilib vim -y
git clone https://github.com/longld/peda.git ~/peda
echo "source ~/peda/peda.py" >> ~/.gdbinit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment