mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-13 14:32:34 +00:00
500d6f449d
Tested, works on Kali and anything else.
5 lines
107 B
Bash
Executable file
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
|