apogiatzis / gdb-peda-pwndbg-gef

A script to automatically install Peda+pwndbg+GEF plugins for gdb
391 stars 79 forks source link

Add python library installation for pwndbg #8

Closed moryyi closed 3 years ago

moryyi commented 3 years ago

Add a requirements.txt for pwndbg to make sure gdb-pwndbg works correctly after the whole installation if the user haven't installed pwndbg before.

apogiatzis commented 3 years ago

Hey there! Thanks for your contribution. Correct me if I am wrong... but isn't that included in the pwndbg setup script anyway? https://github.com/pwndbg/pwndbg/blob/dev/setup.sh#L154

moryyi commented 3 years ago

Hi! I think I may check it again because I have installed this with "./install.sh" for several times, and each time only pwndbg doesn't seem to work properly and the requirements.txt of pwndbg doesn't be installed correctly. It works only if I manually pip install them. Anyway I will check this tomorrow. Thank you very much.

moryyi commented 3 years ago

Ok I have tried to reproduce and I found it works very desent right now. I check and compare the pwndbg's latest "setup.sh" with previous version and find that pwndbg has fixed the "install_apt()", saying that the previous settings may break ubuntu 20.04. I think I should make checks more carefully next time. Anyway thank you very much for your reply.

apogiatzis commented 3 years ago

No problem thakns for looking into it! Will close this now :)