longld / peda

PEDA - Python Exploit Development Assistance for GDB
Other
5.84k stars 801 forks source link

why no setup.py? #159

Open cmurphy208 opened 3 years ago

cmurphy208 commented 3 years ago

My use case for PEDA is to have it as a python dependency for another python lib or to pip-install it into a virtual env for usage.

I think that is much better than having to clone a repo and use the peda.py file directly.

The setup.py should define a console-script that should will be gdb-sourced using -e option. The console script itself can just run the peda.py file.

sanfordwalker123 commented 2 years ago

I suggest setupping the pwnbdg firstly and refer to peda.py in .gdbinit