zeqzoq
zeqzoq

Reputation: 1

How to fix gdbpeda

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.

head part tail part

I also tried to use pwndbg but it got same result.

Upvotes: 0

Views: 209

Answers (1)

Amenius
Amenius

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

Related Questions