peda icon indicating copy to clipboard operation
peda copied to clipboard

why no setup.py?

Open cmurphy208 opened this issue 5 years ago • 1 comments

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.

cmurphy208 avatar Nov 25 '20 11:11 cmurphy208

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

sanfordwalker123 avatar Apr 08 '22 02:04 sanfordwalker123