ctf-tools/peda/install
raildex1 500d6f449d Use envir instead of hardcoded, forgot cd
Tested, works on Kali and anything else.
2015-09-21 20:52:40 +10:00

5 lines
107 B
Bash
Executable file

#!/bin/bash
git clone https://github.com/longld/peda.git
cd peda
echo "source $PWD/peda.py" >> ~/.gdbinit