added information

This commit is contained in:
duckie 2019-12-23 17:23:27 +05:30 committed by GitHub
parent 6e87c911dc
commit ed42e840ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

View File

@ -29,9 +29,13 @@ PEDA - Python Exploit Development Assistance for GDB
## Installation
git clone https://github.com/longld/peda.git ~/peda
echo "source ~/peda/peda.py" >> ~/.gdbinit
git clone https://github.com/not-duckie/peda.git /opt/peda
echo "source /opt/peda/peda.py" >> ~/.gdbinit
echo "DONE! debug your program with gdb and enjoy"
Note:
This is exaclty the clone of peda repositry by [longld]https://github.com/longld/peda but this one doesnt throw warning to
use == instead of is when using with python3.
I changed it as it was anonying and peda is a great project by [longld]https://github.com/longld/peda and above those warnings.
## Screenshot
![start](http://i.imgur.com/P1BF5mp.png)