What have you tried:
Install from package
What is the error:
gdb-peda: command not found
More info here:
(I need this pastebin because It looks like the forum is blocking post when I put too much command line stuff)
What have you tried:
Install from package
What is the error:
gdb-peda: command not found
More info here:
(I need this pastebin because It looks like the forum is blocking post when I put too much command line stuff)
Could you please post a screenshot of that very first command where you try to install it?
i.e. both command and output?
I just tried it on my VirtualBox VM, and it seems to install just fine.
never mind, I see now what your issue is. When you run “gdb” you get the pasted errors, right?
It looks like this repo isn’t being maintained, finding some workarounds online (or, fixes that have never been merged):
Thanks a lot!
On Kali, the gdb-peda package has already fixed the raw string/bytes literals problem. So, all you need is:
sudo apt install gdb-peda
sudo apt install python3-six
echo "source /usr/share/gdb-peda/peda.py" >> ~/.gdbinit
It works!