Created
September 18, 2021 07:39
-
-
Save ph4ge/e1aa3cdc798ab6a7f9d11f9dc87e9ac4 to your computer and use it in GitHub Desktop.
get peda from github
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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