1 2 3 4 5 6 7
#!/bin/bash post_install(){ echo "[+] Please enable PEDA with: echo 'source /usr/share/peda/peda.py' >> .gdbinit" echo "[+] To execute PEDA just execute GDB and enjoy :)" }