Reputation: 1
I'm using WSL and already installed gdb and gdbpeda using apt install. I even git cloned gdb peda. But when I run gdb, gdb-peda is now showing, rather than it shows multiple errors. I installed six too.
I also tried to use pwndbg but it got same result.
Upvotes: 0
Views: 209
Reputation: 1
check out this link: https://github.com/longld/peda/issues/177
apt install python3-six
and then inside the peda folder remove the six.py from lib folder.
Upvotes: 0